diff --git a/ci/teamcity/Delft3D/windows/test.kt b/ci/teamcity/Delft3D/windows/test.kt index d1dcf4bcfe3..06a646b8c07 100644 --- a/ci/teamcity/Delft3D/windows/test.kt +++ b/ci/teamcity/Delft3D/windows/test.kt @@ -100,6 +100,8 @@ object WindowsTest : BuildType({ Expand-Archive -Path %file_path% -DestinationPath "temp_extract" robocopy "temp_extract/x64" ${'$'}dest /E /XC /XN /XO + + Start-Sleep -Seconds 3 """.trimIndent() } }