Skip to content

Commit

Permalink
increase yield timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish committed Sep 28, 2024
1 parent fb2d291 commit ce1e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/bridge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {
}

// controls yield time before kernel is closed
const yield_before_close = 1 * time.Millisecond
const yield_before_close = 5 * time.Millisecond

func TestBridge(t *testing.T) {
config := swarm.Config{PollFrequency: 0 * time.Millisecond}
Expand Down

0 comments on commit ce1e22e

Please sign in to comment.