Skip to content

Commit ea71b9d

Browse files
committed
Fixed a timeout
1 parent 8f7b914 commit ea71b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/terraform/27-machinepolicy/space_population/machinepolicy.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "octopusdeploy_machine_policy" "machinepolicy_testing" {
33
description = "test machine policy"
44
connection_connect_timeout = 60000000000
55
connection_retry_count_limit = 5
6-
connection_retry_sleep_interval = 100000000
6+
connection_retry_sleep_interval = 1000000000
77
connection_retry_time_limit = 300000000000
88
polling_request_maximum_message_processing_timeout = 600000000000
99

0 commit comments

Comments
 (0)