Skip to content

Commit

Permalink
Set timeout back to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdondorf committed Mar 17, 2024
1 parent ecb71f1 commit f138739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_config/setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

// launching Chrome instances takes some time on travis
jest.setTimeout(120000);
jest.setTimeout(30000);

0 comments on commit f138739

Please sign in to comment.