Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Oct 17, 2024
1 parent a74c891 commit 5d0a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/docker/install.test.itg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ aarch64:https://cloud.debian.org/images/cloud/bookworm/20231013-1532/debian-12-g
await Docker.printInfo();
await install.tearDown();
})()).resolves.not.toThrow();
}, 1200000);
}, 10 * 60 * 1000);
});

0 comments on commit 5d0a986

Please sign in to comment.