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 dda3ee4 commit 2a6d6b4
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 @@ -44,7 +44,7 @@ func StartSparkConnect() (int64, error) {
return -1, sparkerrors.WithType(sparkerrors.TestSetupError, err)
}

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

for {
Expand Down

0 comments on commit 2a6d6b4

Please sign in to comment.