Skip to content

Commit

Permalink
Temporarily disable timeout for test backupstorefix
Browse files Browse the repository at this point in the history
To help debug timeout issues interactively
  • Loading branch information
qris committed Apr 17, 2017
1 parent 55f19f7 commit 7cdcc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cmake/CMakeLists.txt
Expand Up @@ -744,7 +744,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 1320)
set_tests_properties(backupstorefix PROPERTIES TIMEOUT 140)
# 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 7cdcc36

Please sign in to comment.