Skip to content

Commit 63faa39

Browse files
authored
test: increase timeout for build lifecycle e2e test (#1113)
increasing timeout on flaky test
1 parent 0c2ba7f commit 63faa39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/commands/builds/lifecycle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('[e2e][api] builds namespace', () => {
5454
});
5555

5656
await client.build(JSON.parse(create2.stdout).id).waitForFinish();
57-
});
57+
}, 600_000);
5858

5959
afterAll(async () => {
6060
if (actor?.name && client) {

0 commit comments

Comments
 (0)