Skip to content

Commit 8f19fb0

Browse files
committed
Fix CI
1 parent c464945 commit 8f19fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/metricbeat/module/sql/query/query_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func waitForOracleConnection(t *testing.T, host, port string) {
371371
if err == nil {
372372
conn.Close()
373373
// Give Oracle a bit more time to fully initialize
374-
time.Sleep(120 * time.Second)
374+
time.Sleep(60 * time.Second)
375375
return
376376
}
377377

0 commit comments

Comments
 (0)