Skip to content

Commit 9fcbe01

Browse files
committed
remove default delay
1 parent 68a704f commit 9fcbe01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export let config = {
7777
WRITE_RESULTS: true,
7878
ALLOW_BATCHING: true,
7979
BENCHMARK_RUNNER: BenchmarkRunner.PUPPETEER,
80-
PUPPETEER_WAIT_MS: 1000,
80+
PUPPETEER_WAIT_MS: 0,
8181
};
8282
export type Config = typeof config;
8383

0 commit comments

Comments
 (0)