Skip to content

Commit

Permalink
Reduce test timeout for testbackupstorefix.
Browse files Browse the repository at this point in the history
The longer timeout should not be necessary as it runs in 35 seconds on my
VM.
  • Loading branch information
qris committed Sep 19, 2016
1 parent 6eb2a97 commit 091519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ set_tests_properties(compress PROPERTIES TIMEOUT 80)
set_tests_properties(raidfile PROPERTIES TIMEOUT 32)
set_tests_properties(basicserver PROPERTIES TIMEOUT 80)
set_tests_properties(backupstore PROPERTIES TIMEOUT 560)
set_tests_properties(backupstorefix PROPERTIES TIMEOUT 300)
set_tests_properties(backupstorefix PROPERTIES TIMEOUT 140)
set_tests_properties(backupstorepatch PROPERTIES TIMEOUT 320)
set_tests_properties(backupdiff PROPERTIES TIMEOUT 32)
set_tests_properties(bbackupd PROPERTIES TIMEOUT 1200)
Expand Down

0 comments on commit 091519c

Please sign in to comment.