buf: increase test timeout (#373791)

authored by Arne Keller and committed by GitHub 00604c4f 4ee0b8e3

+4
+4
pkgs/by-name/bu/buf/package.nix
··· 40 40 ]; 41 41 42 42 preCheck = '' 43 + # Some tests take longer depending on builder load. 44 + substituteInPlace private/bufpkg/bufcheck/lint_test.go \ 45 + --replace-fail 'context.WithTimeout(context.Background(), 60*time.Second)' \ 46 + 'context.WithTimeout(context.Background(), 600*time.Second)' 43 47 # For WebAssembly runtime tests 44 48 GOOS=wasip1 GOARCH=wasm go build -o $GOPATH/bin/buf-plugin-suffix.wasm \ 45 49 ./private/bufpkg/bufcheck/internal/cmd/buf-plugin-suffix