Skip to content

Commit

Permalink
fix local failed - TestKeepBackupRemoteAndDiffFromRemote
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed May 11, 2024
1 parent 90a05cd commit 8f69244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ func TestKeepBackupRemoteAndDiffFromRemote(t *testing.T) {
//t.Parallel()
r := require.New(t)
ch := &TestClickHouse{}
ch.connectWithWait(r, 500*time.Millisecond, 1*time.Second, 2*time.Second)
ch.connectWithWait(r, 500*time.Millisecond, 1*time.Second, 5*time.Second)
backupNames := make([]string, 5)
for i := 0; i < 5; i++ {
backupNames[i] = fmt.Sprintf("keep_remote_backup_%d", i)
Expand Down

0 comments on commit 8f69244

Please sign in to comment.