Skip to content

Commit

Permalink
Relax timeout backend test
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Feb 10, 2018
1 parent a7a99be commit 514f1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/backend/test/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ func (s *Suite) TestListCancel(t *testing.T) {
t.Fatalf("expected error not found, want %#v, got %#v", context.DeadlineExceeded, err)
}

if i > 1 {
t.Fatalf("wrong number of files returned by List, want <= 1, got %v", i)
if i > 2 {
t.Fatalf("wrong number of files returned by List, want <= 2, got %v", i)
}
})

Expand Down

0 comments on commit 514f1b8

Please sign in to comment.