Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>
  • Loading branch information
CabinfeverB committed Jan 28, 2023
1 parent 7bed3fb commit d7a62ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mcs/resource_manager/client/limiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestSimpleReserve(t *testing.T) {
runReserveMax(t, lim, request{t3, 2, t6, true})

runReserve(t, lim, request{t3, 2, t7, false}, time.Second*4)
runReserveMax(t, lim, request{t5, 2000, t6, false})
runReserve(t, lim, request{t5, 2000, t6, false}, time.Second*100)

runReserve(t, lim, request{t3, 2, t8, true}, time.Second*8)
}
Expand Down

0 comments on commit d7a62ad

Please sign in to comment.