We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2ba7f commit 63faa39Copy full SHA for 63faa39
1 file changed
test/e2e/commands/builds/lifecycle.test.ts
@@ -54,7 +54,7 @@ describe('[e2e][api] builds namespace', () => {
54
});
55
56
await client.build(JSON.parse(create2.stdout).id).waitForFinish();
57
- });
+ }, 600_000);
58
59
afterAll(async () => {
60
if (actor?.name && client) {
0 commit comments