Adjust test after introducing shutdown delay

This commit is contained in:
Ilya Chernikov
2017-02-09 23:18:54 +01:00
parent cb7de0e262
commit 39d204c550
@@ -195,10 +195,12 @@ class CompilerDaemonTest : KotlinIntegrationTestBase() {
logFile2.assertLogContainsSequence("Starting compilation with args: ")
KotlinCompilerClient.shutdownCompileService(compilerId, daemonOptions)
Thread.sleep(100)
logFile1.assertLogContainsSequence("Shutdown complete")
logFile1.delete()
KotlinCompilerClient.shutdownCompileService(compilerId2, daemonOptions)
Thread.sleep(100)
logFile2.assertLogContainsSequence("Shutdown complete")
logFile2.delete()
}