Skip to content

Commit 7504c08

Browse files
committed
fixup! tests
1 parent 7db8655 commit 7504c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/agent_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ func TestAgent_StartupScript(t *testing.T) {
918918
StartupScript: command,
919919
DERPMap: &tailcfg.DERPMap{},
920920
},
921-
make(chan *agentsdk.Stats, 100),
921+
make(chan *agentsdk.Stats, 50),
922922
tailnet.NewCoordinator(logger),
923923
)
924924
client.PatchWorkspaceLogs = func() error {
@@ -1288,7 +1288,7 @@ func TestAgent_Lifecycle(t *testing.T) {
12881288
StartupScript: "echo 1",
12891289
ShutdownScript: "echo " + expected,
12901290
},
1291-
make(chan *agentsdk.Stats, 100),
1291+
make(chan *agentsdk.Stats, 50),
12921292
tailnet.NewCoordinator(logger),
12931293
)
12941294

0 commit comments

Comments
 (0)