Skip to content

Commit ffed2d1

Browse files
committed
chore: Remove pause timeout.
1 parent 27b375f commit ffed2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/test_setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ let driver: webdriverio.Browser | null = null;
4242
* the browser.wait* functions if you need your test to wait for
4343
* something to happen after sending input.
4444
*/
45-
export const PAUSE_TIME = 10;
45+
export const PAUSE_TIME = 0;
4646

4747
/**
4848
* Start up WebdriverIO and load the test page. This should only be

0 commit comments

Comments
 (0)