Skip to content

Commit ff23a82

Browse files
committed
TestSetIntervalOrder: bump a timeout to be less flaky in CI
1 parent 034b875 commit ff23a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/js/tc55/timers/timers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func TestSetIntervalOrder(t *testing.T) {
116116
clearInterval(two);
117117
clearInterval(three);
118118
clearInterval(last);
119-
}, 4);
119+
}, 10);
120120
var three = setInterval((_) => print("three"), 1);
121121
print("outside");
122122
`)

0 commit comments

Comments
 (0)