Skip to content

Commit

Permalink
chore: increase timeout for the "500 expectations" unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Aug 28, 2024
1 parent e568752 commit 5bf7f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/internal-tests/src/__tests__/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ describeForAllPlatforms(
expect(env.containerStatuses[TARGET0].packages[lastPackage].packageStatus?.status).toEqual(
ExpectedPackageStatusAPI.PackageContainerPackageStatusStatus.READY
)
}, 10000)
}, 20000)

expect(env.expectationStatuses[EXP_copy0].statusInfo.status).toEqual('fulfilled')

Expand All @@ -447,7 +447,7 @@ describeForAllPlatforms(
for (const workerId of workerIds) {
await env.removeWorker(workerId)
}
}, 10000)
}, 20000)
}
)

Expand Down

0 comments on commit 5bf7f2c

Please sign in to comment.