Skip to content

Commit

Permalink
add timeout specific to test
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Nov 29, 2024
1 parent 2564162 commit c243677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run-e2e-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function main() {
process.env.E2E_DEBUG = 'true';
}

let testTimeoutInMilliseconds = 100 * 1000;
let testTimeoutInMilliseconds = 80 * 1000;
let exit = '--exit';

if (leaveRunning) {
Expand Down

0 comments on commit c243677

Please sign in to comment.