Skip to content

Commit

Permalink
remove default delay
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed May 7, 2024
1 parent 68a704f commit 9fcbe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver-ts/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export let config = {
WRITE_RESULTS: true,
ALLOW_BATCHING: true,
BENCHMARK_RUNNER: BenchmarkRunner.PUPPETEER,
PUPPETEER_WAIT_MS: 1000,
PUPPETEER_WAIT_MS: 0,
};
export type Config = typeof config;

Expand Down

0 comments on commit 9fcbe01

Please sign in to comment.