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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy