Skip to content

Commit

Permalink
raise test timeout limit (#19265)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jan 30, 2024
1 parent 5b05ef0 commit f28fc1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/py_src/visit_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@ def log_test_result(result_dir,result):
# Changed definition of data_dir to new location. Assumes in-src build,
# which is used for nightly regression tests.
#
# Cyrus Harrison, Mon Jan 29 16:12:16 PST 2024
# Change test limit to 800 (an experiment for nightly regression suite )
#
# ----------------------------------------------------------------------------
def default_suite_options():
data_dir_def = abs_path(visit_root(),"src","testdata")
Expand Down Expand Up @@ -469,7 +472,7 @@ def default_suite_options():
"height":300,
"modes":"serial",
"classes":"nightly",
"limit":600,
"limit":800,
"skip_file":skip_def,
"no_skip":False,
"check_data":True,
Expand Down

0 comments on commit f28fc1c

Please sign in to comment.