Skip to content

Commit 51996ea

Browse files
committed
Increase the number of tries
1 parent 6c92d9f commit 51996ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/js-sdk/tests/sandbox/metrics.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { expect } from 'vitest'
22

33
import { SandboxMetrics } from '../../src'
4-
import {sandboxTest, isDebug, wait} from '../setup.js'
4+
import { sandboxTest, isDebug, wait } from '../setup.js'
55

66
sandboxTest.skipIf(isDebug)('sbx metrics', async ({ sandbox }) => {
77
let metrics: SandboxMetrics[]
8-
for (let i = 0; i < 10; i++) {
8+
for (let i = 0; i < 15; i++) {
99
metrics = await sandbox.getMetrics()
1010
if (metrics.length > 0) {
1111
break

0 commit comments

Comments
 (0)