-
Notifications
You must be signed in to change notification settings - Fork 788
[CI] Set e2e test timeout to 1 hour #17748
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
Conversation
Signed-off-by: Sarnie, Nick <[email protected]>
Signed-off-by: Sarnie, Nick <[email protected]>
Signed-off-by: Sarnie, Nick <[email protected]>
@uditagarwal97 @aelovikov-intel Can you guys re-review, I had to change the PR because github doesn't support |
GHA... |
@@ -281,6 +281,7 @@ jobs: | |||
- name: Run E2E Tests | |||
if: inputs.tests_selector == 'e2e' | |||
uses: ./devops/actions/run-tests/e2e | |||
timeout-minutes: 65 |
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.
timeout-minutes: 65 | |
timeout-minutes: 60 |
Should be fine...
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 did 65 because now the timeout includes checkout/pack/upload
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 understand, but 60 was too generous to begin with. 55 should be enough.
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.
ok will change
Signed-off-by: Sarnie, Nick <[email protected]>
We have it in
LIT_OPTS
already but we see sometimes it doesn't work, let's try this.