The test timeout value that is set thru the LLVM_LIT_ARGS is currently hardcoded. This change makes timeout flag configurable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
test/jenkins/test_monorepo_build.py | ||
---|---|---|
141 | Please follow the convention for the comments (in this case whitespace missing after '#'). | |
146 | here too ... | |
zorg/jenkins/monorepo_build.py | ||
1 | Extra newline. | |
312 | Can we move the timeout flag into a separate variable and use that here? | |
452 | same here | |
1043 | Please expand the help message. | |
1043 | Extra whitespace. |
Please follow the convention for the comments (in this case whitespace missing after '#').