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
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 | ||
3 | Extra newline. | |
310–311 | Can we move the timeout flag into a separate variable and use that here? | |
451–453 | same here | |
1042–1043 | Please expand the help message. | |
1042–1043 | Extra whitespace. |
Please follow the convention for the comments (in this case whitespace missing after '#').