diff options
Diffstat (limited to 'internal/postgres/stdlib_test.go')
| -rw-r--r-- | internal/postgres/stdlib_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/postgres/stdlib_test.go b/internal/postgres/stdlib_test.go index ce5f2198..c15a4941 100644 --- a/internal/postgres/stdlib_test.go +++ b/internal/postgres/stdlib_test.go @@ -17,8 +17,7 @@ func TestGetStdlibPaths(t *testing.T) { t.Parallel() testDB, release := acquire(t) defer release() - ctx, cancel := context.WithTimeout(context.Background(), testTimeout) - defer cancel() + ctx := context.Background() // Insert two versions of some stdlib packages. for _, data := range []struct { |
