From 1e4c5c135aeb2057c95b7a50bde60cb247143111 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Sat, 4 Nov 2023 01:57:57 -0700 Subject: [PATCH] *: Increase example test timeout --- 0-examples/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-examples/integration_test.go b/0-examples/integration_test.go index e781faa..991d973 100644 --- a/0-examples/integration_test.go +++ b/0-examples/integration_test.go @@ -42,7 +42,7 @@ func TestExamples(t *testing.T) { // // TODO(diamondburned): find a way to detect that the bot is online. Maybe // force all examples to print the current username? - const exampleRunDuration = 10 * time.Second + const exampleRunDuration = 25 * time.Second buildDir, err := os.MkdirTemp("", "arikawa-examples") if err != nil {