Skip to content

Commit

Permalink
extented contacts.test.ts timeout to 10 min for GitHub Actions workfl…
Browse files Browse the repository at this point in the history
…ow for testing, it takes times to load xcoode in virtual machine
  • Loading branch information
Sokuya committed Dec 3, 2024
1 parent 1ae1099 commit 10945b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contacts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const capabilities = {
};

describe('Create iOS Appium connection', function () {
this.timeout(360000); // Set timeout for test to 360 seconds
this.timeout(600000); // Set timeout for test to 600 seconds
let app: App;
let contactsPage: ContactsPage;
let linkedInPage: LinkedInPage;
Expand Down

0 comments on commit 10945b4

Please sign in to comment.