Skip to content

Commit

Permalink
test: increase integration tests timeout to 60 secs
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
  • Loading branch information
zvigrinberg committed Apr 16, 2024
1 parent 4cab09a commit cf83e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/it/end-to-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ suite('Integration Tests', () => {
expect(providedDataForStack.scanned.transitive).greaterThan(0)
}
providers.forEach(provider => expect(providedDataForStack.providers[provider].status.code).equals(200))
}).timeout(30000);
}).timeout(60000);

test(`Stack Analysis html for ${packageManager}`, async () => {
let manifestName = getManifestNamePerPm(packageManager)
Expand Down

0 comments on commit cf83e32

Please sign in to comment.