test(spanner): set 10 minute timeout on integration tests (#1674)

## Description

increase the timeout on the tests
This commit is contained in:
Dr. Strangelove
2025-10-09 17:06:07 -04:00
committed by GitHub
parent 66bdcc03df
commit e17c40caa6

View File

@@ -91,7 +91,7 @@ func initSpannerClients(ctx context.Context, project, instance, dbname string) (
func TestSpannerToolEndpoints(t *testing.T) {
sourceConfig := getSpannerVars(t)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Minute)
defer cancel()
var args []string