Skip to content

Commit

Permalink
lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Aug 26, 2021
1 parent c1a5a32 commit e67ccef
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
const waitForAPIOptions = {
timeout: 10000,
timeout: 5000,
}

function runTests(testNameSuffix) {
Expand Down

0 comments on commit e67ccef

Please sign in to comment.