Skip to content

Commit de769a4

Browse files
authored
Addressed the node test timeout. (#3305)
1 parent 3e280dc commit de769a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Azure.Functions.Cli.Tests/E2E/InitTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ public Task init_with_worker_runtime_and_model(string workerRuntime, string prog
151151
"Writing local.settings.json",
152152
$".vscode{Path.DirectorySeparatorChar}extensions.json",
153153
},
154-
OutputDoesntContain = new[] { "Initialized empty Git repository" }
154+
OutputDoesntContain = new[] { "Initialized empty Git repository" },
155+
CommandTimeout = TimeSpan.FromSeconds(120)
155156
}, _output);
156157
}
157158

0 commit comments

Comments
 (0)