Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed May 1, 2023
1 parent 1fe1704 commit b55e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/e2e/lava_fullFlow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func TestLava(t *testing.T) {
timeout := time.Minute * 10

if deadline, ok := t.Deadline(); ok {
timeout = deadline.Sub(time.Now()).Round(10 * time.Second)
timeout = time.Until(deadline).Round(10 * time.Second)
}

runE2E(timeout)
Expand Down

0 comments on commit b55e2b6

Please sign in to comment.