Skip to content

Commit

Permalink
chore: ci unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Mar 25, 2024
1 parent 67546a6 commit 326a2ab
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 @@ -368,12 +368,12 @@ describeForAllPlatforms(
ExpectedPackageStatusAPI.PackageContainerPackageStatusStatus.READY
}
expect(packageStatuses.actual).toMatchObject(packageStatuses.expected)
}, env.WAIT_JOB_TIME * 2 + COPY_TIME * 10)
}, 1000 + env.WAIT_JOB_TIME * 2 + COPY_TIME * 10)

// Expect there to be requests to scale up workers:
expect(workforceRequestResourcesForExpectation.mock.calls.length).toBeGreaterThan(5)
expect(workforceRequestResourcesForExpectation.mock.calls.length).toBeLessThan(12)
}, 2000)
}, 5000)
}
)

Expand Down

0 comments on commit 326a2ab

Please sign in to comment.