Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish committed Sep 28, 2024
1 parent 7b3dfea commit f417dd2
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 @@ -89,7 +89,7 @@ type spawner struct {

func mockSpawner(seq []swarm.Bag) *spawner {
return &spawner{
Bridge: NewBridge(100 * time.Millisecond),
Bridge: NewBridge(1 * time.Millisecond),
seq: seq,
}
}
Expand Down

0 comments on commit f417dd2

Please sign in to comment.