Skip to content

Commit 4e7a838

Browse files
committed
fix(uffd-tests): increase raceHappyPathBudget to 30s for CI hugepage setup latency
1 parent 3047e69 commit 4e7a838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/orchestrator/pkg/sandbox/uffd/userfaultfd

packages/orchestrator/pkg/sandbox/uffd/userfaultfd/race_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
// return as soon as the handler drains the REMOVE event, which requires
2121
// no lock — coupling readEvents to settleRequests would push us past it.
2222
const (
23-
raceHappyPathBudget = 5 * time.Second
23+
raceHappyPathBudget = 30 * time.Second
2424
barrierArrivalDeadline = 2 * time.Second
2525
madviseBudget = 2 * time.Second
2626
)

0 commit comments

Comments
 (0)