rpc, internal/cmdtest: increase timeout in tests (#27083)

This change gives the cmd-tests have a bit more time to finish before getting forcibly torn down.
This commit is contained in:
Delweng
2023-05-22 08:13:03 -04:00
committed by GitHub
parent 944e1a0f90
commit 6fe0252571
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func TestAttachWelcome(t *testing.T) {
waitForEndpoint(t, endpoint, 3*time.Second)
testAttachWelcome(t, geth, endpoint, httpAPIs)
})
geth.ExpectExit()
geth.Kill()
}
func testAttachWelcome(t *testing.T, geth *testgeth, endpoint, apis string) {