? { 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(
</div>
<script>
-const delay = window.location.hash === '#test' ? 50 : 300
+const delay = window.location.hash === '#test' ? 16 : 500
Vue.createApp({
data: () => ({
</div>
<script>
-const delay = window.location.hash === '#test' ? 16 : 300
+const delay = window.location.hash === '#test' ? 16 : 500
const { ref, computed } = Vue
Vue.createApp({