remove TODO and use framework.SingleCallTimeout

This commit is contained in:
tanjunchen
2020-02-14 01:12:46 +08:00
parent 8ca96f3e07
commit efec7e64ce
7 changed files with 3 additions and 19 deletions

View File

@@ -41,7 +41,6 @@ const (
// singleCallTimeout is how long to try single API calls (like 'get' or 'list'). Used to prevent
// transient failures from failing tests.
// TODO: client should not apply this timeout to Watch calls. Increased from 30s until that is fixed.
singleCallTimeout = 5 * time.Minute
// ssh port