Skip to content

Commit

Permalink
very_big_parcel_test: set timeout to 15mins
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Nov 17, 2024
1 parent b97b15e commit 4389de1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/full/parcelset/tests/regressions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ foreach(test ${tests})
FOLDER "Tests/Regressions/Modules/Full/Parcelset"
)

add_hpx_regression_test("modules.parcelset" ${test} ${${test}_PARAMETERS})
add_hpx_regression_test(
"modules.parcelset" ${test} ${${test}_PARAMETERS} TIMEOUT 900
)

endforeach()

Expand All @@ -38,7 +40,7 @@ if(HPX_WITH_NETWORKING)
add_hpx_regression_test(
"modules.parcelset" very_big_parcel_int_max_plus_1
EXECUTABLE very_big_parcel
PARCELPORTS tcp lci
PARCELPORTS tcp lci TIMEOUT 900
PSEUDO_DEPS_NAME very_big_parcel ${very_big_parcel_PARAMETERS}
--nbytes-add=1
)
Expand Down

0 comments on commit 4389de1

Please sign in to comment.