Skip to content

Commit b8e3f68

Browse files
ci: Increase flag-tests wait time (#6827)
1 parent 5d2baa3 commit b8e3f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/e2e/tests/flag-tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export default async function () {
5858
await editRemoteConfig(1,12)
5959

6060
log('Try it again')
61-
await t.wait(500)
61+
await t.wait(2000)
6262
await click('#try-it-btn')
63-
await t.wait(500)
63+
await t.wait(1500)
6464
json = await parseTryItResults()
6565
await t.expect(json.header_size.value).eql(12)
6666

0 commit comments

Comments
 (0)