We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc2a45 commit a438fcaCopy full SHA for a438fca
internal/proxydatasource/datasource_test.go
@@ -43,7 +43,7 @@ func setup(t *testing.T) (context.Context, *DataSource, func()) {
43
},
44
}
45
client, teardownProxy := proxy.SetupTestProxy(t, testModules)
46
- ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
+ ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second)
47
return ctx, New(client), func() {
48
teardownProxy()
49
cancel()
0 commit comments