Skip to content

Commit

Permalink
e2e: use a smaller delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Jun 23, 2024
1 parent 9f753c3 commit a4ab198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/newenemy/newenemy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func TestNoNewEnemy(t *testing.T) {
fill(ctx, t, vulnerableSpiceDB[0].Client().V1().Permissions(), prefix, generator.NewUniqueGenerator(objIDRegex), 500, 500)

t.Log("modifying time")
require.NoError(t, crdb.TimeDelay(ctx, e2e.MustFile(ctx, t, "timeattack-1.log"), 1, -200*time.Millisecond))
require.NoError(t, crdb.TimeDelay(ctx, e2e.MustFile(ctx, t, "timeattack-1.log"), 1, -100*time.Millisecond))

tests := []struct {
name string
Expand Down

0 comments on commit a4ab198

Please sign in to comment.