Skip to content

Commit cb44a02

Browse files
committed
Increase RESET_CONFIG_DELAY from 2000ms to 7000ms to allow more time for configuration reset before reloading.
1 parent 94fb5d1 commit cb44a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/e2e/config-reset.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "./helpers";
99

1010
// Time to wait after reset config before reloading (ms)
11-
const RESET_CONFIG_DELAY = 2000;
11+
const RESET_CONFIG_DELAY = 7000;
1212

1313
// Time to wait for welcome screen animations (ms)
1414
const ANIMATION_DELAY = 3000;

0 commit comments

Comments
 (0)