Skip to content

Commit 3b9ed95

Browse files
Fix flakiness in integration tests (#942)
1 parent 0550f8b commit 3b9ed95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/test/scala/io/delta/sharing/server/TestDeltaSharingServer.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ object TestDeltaSharingServer {
4141
println("serverConfigPath=" + serverConfigPath)
4242
println("serverConfig=" + serverConfig)
4343
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
44+
// Run at most 900 seconds and exit. This is to ensure we can exit even if the parent process
4545
// hits any error.
46-
Thread.sleep(420000)
46+
Thread.sleep(900000)
4747
server.stop()
4848
} else {
4949
throw new IllegalArgumentException("Cannot find AWS_ACCESS_KEY_ID in sys.env")

0 commit comments

Comments
 (0)