Increase timeout in a failing test
This commit is contained in:
parent
c21aa96962
commit
b351f8f335
@ -402,7 +402,7 @@ func testGetSyncStatus(t *testing.T) {
|
||||
t.Fatal("Sync Failed")
|
||||
}
|
||||
|
||||
time.Sleep(1 * time.Second)
|
||||
time.Sleep(2 * time.Second)
|
||||
|
||||
// Make sure if syncStatus is false that WaitForSync has completed!
|
||||
if !syncStatus && len(checkSyncComplete) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user