diff --git a/sqlite3_go18_test.go b/sqlite3_go18_test.go index 6f0156e2..7b1b270b 100644 --- a/sqlite3_go18_test.go +++ b/sqlite3_go18_test.go @@ -236,7 +236,7 @@ func TestQueryRowContextCancelParallel(t *testing.T) { testCtx, cancel := context.WithCancel(context.Background()) defer cancel() - for i := 0; i < 50; i++ { + for i := 0; i < 10; i++ { wg.Add(1) go func() { defer wg.Done()