Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
grundprinzip committed Aug 11, 2024
1 parent ec95abd commit 4744f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tests/integration/spark_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func StartSparkConnect() (int64, error) {
return -1, sparkerrors.WithType(sparkerrors.TestSetupError, err)
}

timeout := time.After(60 * time.Second)
timeout := time.After(180 * time.Second)
tick := time.NewTicker(1 * time.Second)

for {
Expand Down

0 comments on commit 4744f16

Please sign in to comment.