Skip to content

Commit 4ef5dfb

Browse files
committed
fixed
1 parent fbd5b2d commit 4ef5dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/startupCalls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
} else if (url.includes('catalog/services/-/latest')) {
4040
responses.services = response.json();
4141
}
42-
}, 120000);
42+
});
4343

4444
await page.goto(url);
4545

0 commit comments

Comments
 (0)