parent
df78f37d86
commit
df98c40853
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue