Merge pull request #321 from aws-lumberyard-dev/modify_test_timeout

Modify test timeouts
This commit is contained in:
Sean Sweeney
2021-04-29 18:03:45 -07:00
committed by GitHub
4 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
ly_add_googlebenchmark(
NAME Gem::PhysX.Benchmarks
TARGET Gem::PhysX.Tests
TIMEOUT 2400 #40mins
TIMEOUT 1500 #25mins
)
list(APPEND testTargets PhysX.Tests)