Skip to content

Commit 394f3c4

Browse files
committed
Increase timeout interval to be more stable in CI
1 parent b0d3726 commit 394f3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/renderer/__tests__/Data.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const CheckTogglingImage = ({}: EmptyProps) => {
4545
if (oslo && zurich) {
4646
h.current = setTimeout(() => {
4747
setIdx(1);
48-
}, 20);
48+
}, 200);
4949
}
5050
return () => {
5151
clearTimeout(h.current);

0 commit comments

Comments
 (0)