-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 [e2e]: Increase S4L's timeout when there is a workspace to download #6338
🎨 [e2e]: Increase S4L's timeout when there is a workspace to download #6338
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is the other workspace? :D
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6338 +/- ##
=========================================
+ Coverage 84.5% 88.2% +3.6%
=========================================
Files 10 1499 +1489
Lines 214 62049 +61835
Branches 25 2065 +2040
=========================================
+ Hits 181 54776 +54595
- Misses 23 6957 +6934
- Partials 10 316 +306
Flags with carried forward coverage won't be shown. Click here to find out more. |
Quality Gate passedIssues Measures |
What do these changes do?
The WPT e2e test is failing almost all the timeout because it can't start in the current 60".
This project also needs to download the 2.5GB from its workspace, so this PR relaxes this timeout to 60"+60".
Related issue/s
How to test
Dev-ops checklist