Skip to content

Commit 5428ff1

Browse files
test: increase timeout for delayed button elements
The support waitFor options test is currently flaky, it could be that the buttons are appearing too quickly for the test to pass reliably. Increase the timeout of delayed buttons to 750ms, which is 250ms longer than currently, but still below the default timeout that an async util will wait of 1s.
1 parent 053431b commit 5428ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Simmer</h2>
152152
createButton('Unique Delayed Button Text')
153153
createButton('Delayed Button Text')
154154
createButton('Delayed Button Text')
155-
}, 500)
155+
}, 750)
156156

157157
setTimeout(function () {
158158
createButton('Long Delayed Button Text')

0 commit comments

Comments
 (0)