Skip to content

Commit

Permalink
Increase test suite download timeout and remove status messages to co…
Browse files Browse the repository at this point in the history
…pe performance issues with AWS

Change-Id: I25aeafe555f7b395c0dea319e0f7c786b04562fe
  • Loading branch information
ev-mp committed May 16, 2018
1 parent f5ad6cb commit 5a391e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ foreach(i ${PP_Tests_List})
#message(STATUS "Checking for a required test record ${Test_File_Name}")
if(NOT EXISTS "${destination}")
message(STATUS "Downloading ${source}")
file(DOWNLOAD "${source}" "${destination}" TIMEOUT 30 LOG log STATUS status) # SHOW_PROGRESS
file(DOWNLOAD "${source}" "${destination}" TIMEOUT 300) # SHOW_PROGRESS LOG log STATUS status
list(GET status 0 op_return_value)
if (NOT op_return_value MATCHES "0")
list(GET status 1 description)
Expand Down

0 comments on commit 5a391e6

Please sign in to comment.