Skip to content

Commit 019cf07

Browse files
committed
Add expected field for shutdown script timeout seconds
1 parent 22ad8b9 commit 019cf07

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

provisioner/terraform/resources_test.go

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,14 @@ func TestConvertResources(t *testing.T) {
304304
Name: "dev",
305305
Type: "null_resource",
306306
Agents: []*proto.Agent{{
307-
Name: "main",
308-
OperatingSystem: "linux",
309-
Architecture: "amd64",
310-
Auth: &proto.Agent_Token{},
311-
LoginBeforeReady: true,
312-
ConnectionTimeoutSeconds: 120,
313-
StartupScriptTimeoutSeconds: 300,
307+
Name: "main",
308+
OperatingSystem: "linux",
309+
Architecture: "amd64",
310+
Auth: &proto.Agent_Token{},
311+
LoginBeforeReady: true,
312+
ConnectionTimeoutSeconds: 120,
313+
StartupScriptTimeoutSeconds: 300,
314+
ShutdownScriptTimeoutSeconds: 300,
314315
}},
315316
}},
316317
gitAuthProviders: []string{"github", "gitlab"},

0 commit comments

Comments
 (0)