Skip to content

Commit 322c2af

Browse files
committed
Allow for 1 retry
1 parent c4dfd19 commit 322c2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ const baseConfig = require('@jupyterlab/galata/lib/playwright-config');
33
module.exports = {
44
...baseConfig,
55
timeout: 240000,
6-
retries: 0,
6+
retries: 1,
77
};

0 commit comments

Comments
 (0)