Increase timeout in a failing test

This commit is contained in:
Prathamesh Musale 2022-04-05 12:38:14 +05:30
parent c21aa96962
commit b351f8f335

View File

@ -402,7 +402,7 @@ func testGetSyncStatus(t *testing.T) {
t.Fatal("Sync Failed") t.Fatal("Sync Failed")
} }
time.Sleep(1 * time.Second) time.Sleep(2 * time.Second)
// Make sure if syncStatus is false that WaitForSync has completed! // Make sure if syncStatus is false that WaitForSync has completed!
if !syncStatus && len(checkSyncComplete) == 0 { if !syncStatus && len(checkSyncComplete) == 0 {