Skip to content

Commit

Permalink
test: increase reporter test timeout on win
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jun 29, 2024
1 parent 00e7b99 commit 0fcd6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporter-cucumber-html/timeout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// keep in separate file, b/c it is also used in test/reporter-cucumber-merge
// don't reduce test timeout as it produces unreliable errors
// if define this timeout as @timeout tag, timeout in after fixture does not work
export const testTimeout = process.platform === 'win32' ? 3500 : 1500;
export const testTimeout = process.platform === 'win32' ? 4000 : 1500;

0 comments on commit 0fcd6ae

Please sign in to comment.