Skip to content

Commit

Permalink
test(bigquery/managedwriter/storage): bump integration test timeout (#…
Browse files Browse the repository at this point in the history
…4527)

We're now doing enough work that we caught a context deadline in the
managedwriter tests.  Bump the timeout to 30s.

Towards #4366
  • Loading branch information
shollyman committed Jul 30, 2021
1 parent 14e9829 commit e972f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/storage/managedwriter/integration_test.go
Expand Up @@ -39,7 +39,7 @@ import (
var (
datasetIDs = uid.NewSpace("managedwriter_test_dataset", &uid.Options{Sep: '_', Time: time.Now()})
tableIDs = uid.NewSpace("table", &uid.Options{Sep: '_', Time: time.Now()})
defaultTestTimeout = 15 * time.Second
defaultTestTimeout = 30 * time.Second
)

var testSimpleSchema = bigquery.Schema{
Expand Down

0 comments on commit e972f28

Please sign in to comment.