Skip to content

Commit

Permalink
test: Fixes for sporadic test breakages.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <[email protected]>
  • Loading branch information
philipaconrad committed Nov 12, 2024
1 parent 7824d3c commit 9a3ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rego/rego_wasmtarget_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ allow {
t.Run(tc.target+"/"+tc.note, func(t *testing.T) {
defer leaktest.Check(t)()
before := time.Now()
ctx, cancel := context.WithTimeout(context.Background(), 200 * time.Millisecond)
ctx, cancel := context.WithTimeout(context.Background(), 500*time.Millisecond)
defer cancel()

pq, err := New(
Expand Down

0 comments on commit 9a3ff47

Please sign in to comment.