Skip to content

Commit

Permalink
Merge pull request #2479 from htcondor/V23_8-HTCONDOR-2389-fix-faulty…
Browse files Browse the repository at this point in the history
…-epoch-test

HTCONDOR-2389: Up test timeout for slower platforms
  • Loading branch information
GregThain committed May 16, 2024
2 parents c8da4fd + d5c6b30 commit 65e0a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/condor_tests/test_epoch_attrs.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def the_completed_job(the_test_name, the_condor, path_to_sleep, test_dir):
assert( handle.wait(
condition=ClusterState.all_complete,
fail_condition=ClusterState.any_held,
timeout=20,
timeout=45,
))

return handle
Expand Down

0 comments on commit 65e0a17

Please sign in to comment.