Skip to content

Commit

Permalink
try more time..
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbailey committed Dec 10, 2020
1 parent c6dfe28 commit c86081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/fsm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3403,7 +3403,7 @@ func TestFSM_ACLEvents_ACLToken(t *testing.T) {
sub, err := broker.Subscribe(subReq)
require.NoError(t, err)

deadline := time.Duration(testutil.TestMultiplier()*300) * time.Millisecond
deadline := time.Duration(testutil.TestMultiplier()*500) * time.Millisecond
ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(deadline))
defer cancel()

Expand Down

0 comments on commit c86081a

Please sign in to comment.