diff options
author | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:01:52 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:01:52 -0500 |
commit | 83e4c5df7204addbd8084e8062d4f8203124f1d3 (patch) | |
tree | d5e83ca9fbef36b756da48ca4079f034aa6aa2df | |
parent | 4b11bbe9a421933d1c3dcd4b33279ba4631fd320 (diff) |
deqp-run: Extend test timeout to 360 seconds
-rwxr-xr-x | deqp-run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ DEQP_RUNNER_ARGS=( --caselist "${CASELIST}" --deqp "${DEQP_BIN}" --testlog-to-xml "${TESTLOG_TO_XML}" + --timeout 360 --output "${OUTPUT_DIR}" ) |