increase update test delay

This commit is contained in:
Theta-Dev 2021-12-25 18:19:41 +01:00
parent df78f37d86
commit df98c40853

View file

@ -105,7 +105,7 @@ func TestUpdate(t *testing.T) {
assert.Equal(t, updateContent, content)
// Wait for update to complete
time.Sleep(500 * time.Millisecond)
time.Sleep(1000 * time.Millisecond)
// Update file should be removed when update is completed
assert.NoFileExists(t, updateFile)