Skip to content

Commit

Permalink
chore(test): increasing timeout for windows (podman-desktop#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Lazar <[email protected]>
  • Loading branch information
cbr7 authored Jul 23, 2024
1 parent 2c29697 commit 24ace70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/playwright/src/bootc-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('BootC Extension', async () => {
playExpect(result).toBeTruthy();
}
},
350000,
620000,
);
},
);
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/src/model/bootc-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class BootcPage {
(await this.getCurrentStatusOfLatestEntry()) === 'error' ||
(await this.getCurrentStatusOfLatestEntry()) === 'success',
{
timeout: 340000,
timeout: 600000,
diff: 2500,
message: `Build didn't finish before timeout!`,
},
Expand Down

0 comments on commit 24ace70

Please sign in to comment.