Skip to content

Commit

Permalink
increase TestRest_CreateWithPictures timeout for HDD slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jan 1, 2020
1 parent 6063994 commit 9f2e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/rest/api/rest_private_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ func TestRest_CreateWithPictures(t *testing.T) {
assert.Error(t, err, "picture %d not moved from staging yet", i)
}

time.Sleep(500 * time.Millisecond)
time.Sleep(800 * time.Millisecond)

for i := range ids {
_, err = os.Stat("/tmp/remark42/images/" + ids[i])
Expand Down

0 comments on commit 9f2e83c

Please sign in to comment.