chore: bump e2e test debounce
This commit is contained in:
parent
b10db86711
commit
80c7ac7d37
@ -6,7 +6,7 @@ const puppeteerOptions = process.env.CI
|
|||||||
? { args: ['--no-sandbox', '--disable-setuid-sandbox'] }
|
? { args: ['--no-sandbox', '--disable-setuid-sandbox'] }
|
||||||
: {}
|
: {}
|
||||||
|
|
||||||
const maxTries = 20
|
const maxTries = 30
|
||||||
export const timeout = (n: number) => new Promise(r => setTimeout(r, n))
|
export const timeout = (n: number) => new Promise(r => setTimeout(r, n))
|
||||||
|
|
||||||
export async function expectByPolling(
|
export async function expectByPolling(
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const delay = window.location.hash === '#test' ? 50 : 300
|
const delay = window.location.hash === '#test' ? 16 : 500
|
||||||
|
|
||||||
Vue.createApp({
|
Vue.createApp({
|
||||||
data: () => ({
|
data: () => ({
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const delay = window.location.hash === '#test' ? 16 : 300
|
const delay = window.location.hash === '#test' ? 16 : 500
|
||||||
const { ref, computed } = Vue
|
const { ref, computed } = Vue
|
||||||
|
|
||||||
Vue.createApp({
|
Vue.createApp({
|
||||||
|
Loading…
Reference in New Issue
Block a user