Skip to content

Commit

Permalink
give infer 9 minutes to run
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Sep 9, 2024
1 parent 04af17f commit 202c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/infer.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('Inference test', () => {
// TODO: test cancel showOpenFilePicker()
cy.contains("button", "Start inference").should("be.not.disabled").click()
cy.contains(".filetree_filename2.filetree_converting2", /^file\.MTS$/)
cy.contains(".filetree_filename2.filetree_done2", /^file\.MTS$/, {timeout: 600000})
cy.contains(".filetree_filename2.filetree_done2", /^file\.MTS$/, {timeout: 9 * 60 * 1000})
cy.assertFileExistsInPickedDirectory("file.82f16f09b8327ed1.behave.det.json")
cy.window().then(win => cy.wrap(null).then(async () => {
const opfs = await win.navigator.storage.getDirectory()
Expand Down

0 comments on commit 202c337

Please sign in to comment.