Skip to content

Commit

Permalink
Increase timeout in a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Apr 5, 2022
1 parent c21aa96 commit b351f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statediff/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b351f8f

Please sign in to comment.