Skip to content

Commit

Permalink
fix: shorter e2e interaction timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Oct 9, 2024
1 parent cb0ccbc commit 30a8ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
LOG_FILE: `${OUTPUT_DIR}/debug.log`,

// The time in milliseconds after which an operation fails due to timeout
INTERACTION_TIMEOUT: 300000,
INTERACTION_TIMEOUT: 150 * 1000,

// Period we wait between each test runs, to let the device cool down
BOOT_COOL_DOWN: 90 * 1000,
Expand Down

0 comments on commit 30a8ea6

Please sign in to comment.