Skip to content

Commit

Permalink
Merge pull request #50512 from margelo/e2e/shorter-interactio-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Oct 10, 2024
2 parents da700c5 + 30a8ea6 commit 36c45f4
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 36c45f4

Please sign in to comment.