We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db8655 commit 7504c08Copy full SHA for 7504c08
agent/agent_test.go
@@ -918,7 +918,7 @@ func TestAgent_StartupScript(t *testing.T) {
918
StartupScript: command,
919
DERPMap: &tailcfg.DERPMap{},
920
},
921
- make(chan *agentsdk.Stats, 100),
+ make(chan *agentsdk.Stats, 50),
922
tailnet.NewCoordinator(logger),
923
)
924
client.PatchWorkspaceLogs = func() error {
@@ -1288,7 +1288,7 @@ func TestAgent_Lifecycle(t *testing.T) {
1288
StartupScript: "echo 1",
1289
ShutdownScript: "echo " + expected,
1290
1291
1292
1293
1294
0 commit comments