chore: bump e2e test debounce

This commit is contained in:
Evan You
2021-05-06 18:49:04 -04:00
parent b10db86711
commit 80c7ac7d37
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const puppeteerOptions = process.env.CI
? { args: ['--no-sandbox', '--disable-setuid-sandbox'] }
: {}
const maxTries = 20
const maxTries = 30
export const timeout = (n: number) => new Promise(r => setTimeout(r, n))
export async function expectByPolling(