Skip to content

Commit 2278246

Browse files
committed
revert
1 parent 71f3169 commit 2278246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/ctx.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ export default (options: Record<string, string>): Context => {
120120
}
121121

122122
//if config.waitForPageRender has value and if its less than 30000 then make it to 30000 default
123-
// if (config.waitForPageRender && config.waitForPageRender < 30000) {
124-
// config.waitForPageRender = 30000;
125-
// }
123+
if (config.waitForPageRender && config.waitForPageRender < 30000) {
124+
config.waitForPageRender = 30000;
125+
}
126126

127127
return {
128128
env: env,

0 commit comments

Comments
 (0)