Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

build: add more retries for flaky test #766

Merged
merged 3 commits into from
Jul 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add even more retries
  • Loading branch information
sofisl committed Jul 27, 2022
commit d7f9b9397593dc6e89b58e5543e97371d659aae6
2 changes: 1 addition & 1 deletion system-test/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ describe('Compute', () => {

it('instances update desc to an empty string', async function () {
this.timeout(10 * 60 * 1000);
this.retries(4);
this.retries(10);
await delay(this.test);
const [instance] = await client.get({
project,
Expand Down