Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyang0 committed Apr 8, 2024
1 parent 376b79f commit dc8c84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestSingleNodeFailure(t *testing.T) {
require.NoError(t, err)
cases[idx].sessID = sessID
}
time.Sleep(120 * time.Second)
time.Sleep(150 * time.Second)
cli := redis.NewClient(&redis.Options{
Addr: redisAddr, // Redis 服务器地址
})
Expand Down

0 comments on commit dc8c84d

Please sign in to comment.