Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Bump missing log threshold for tls upgrade test
Browse files Browse the repository at this point in the history
- GCP seems to be generally slower, so there is a little more downtime

[#142977671]

Signed-off-by: Dave Walter <[email protected]>
  • Loading branch information
christianang authored and davewalter committed Apr 26, 2017
1 parent 27e94b3 commit 8c3f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acceptance-tests/cf-tls-upgrade/cf_tls_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
GUID_NOT_FOUND_ERROR_THRESHOLD = 1
GATEWAY_TIMEOUT_ERROR_COUNT_THRESHOLD = 2
BAD_GATEWAY_ERROR_COUNT_THRESHOLD = 2
MISSING_LOG_THRESHOLD = 200 // Frequency of spammer is 100ms (allow 20s of missing logs)
MISSING_LOG_THRESHOLD = 300 // Frequency of spammer is 100ms (allow 30s of missing logs)
)

type gen struct{}
Expand Down

0 comments on commit 8c3f738

Please sign in to comment.