1 parent 0550f8b commit 3b9ed95Copy full SHA for 3b9ed95
1 file changed
server/src/test/scala/io/delta/sharing/server/TestDeltaSharingServer.scala
@@ -41,9 +41,9 @@ object TestDeltaSharingServer {
41
println("serverConfigPath=" + serverConfigPath)
42
println("serverConfig=" + serverConfig)
43
val server = DeltaSharingService.start(serverConfig)
44
- // Run at most 420 seconds and exit. This is to ensure we can exit even if the parent process
+ // Run at most 900 seconds and exit. This is to ensure we can exit even if the parent process
45
// hits any error.
46
- Thread.sleep(420000)
+ Thread.sleep(900000)
47
server.stop()
48
} else {
49
throw new IllegalArgumentException("Cannot find AWS_ACCESS_KEY_ID in sys.env")
0 commit comments