Bumped the timeout of the cpp distrib tests to 60 mins

pull/35479/head
Esun Kim 1 year ago
parent 0df505d9db
commit 8ad82d684c
  1. 4
      tools/run_tests/artifacts/distribtest_targets.py

@ -361,14 +361,14 @@ class CppDistribTest(object):
"tools/dockerfile/distribtest/cpp_%s_%s"
% (self.docker_suffix, self.arch),
"test/distrib/cpp/run_distrib_test_%s.sh" % self.testcase,
timeout_seconds=45 * 60,
timeout_seconds=60 * 60,
)
elif self.platform == "windows":
return create_jobspec(
self.name,
["test\\distrib\\cpp\\run_distrib_test_%s.bat" % self.testcase],
environ={},
timeout_seconds=45 * 60,
timeout_seconds=60 * 60,
use_workspace=True,
)
else:

Loading…
Cancel
Save