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 f69c94d commit cddd35f
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 7 deletions.
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
Loading

0 comments on commit cddd35f

Please sign in to comment.