mirror of https://github.com/aminya/setup-cpp
test: increase gcc installation timeout
This commit is contained in:
parent
bdf86df8ee
commit
514055a583
|
@ -2,7 +2,7 @@ import { testBin } from "../../utils/tests/test-helpers"
|
|||
import { setupGcc } from "../gcc"
|
||||
import { getVersion } from "../../default_versions"
|
||||
|
||||
jest.setTimeout(300000)
|
||||
jest.setTimeout(3000000)
|
||||
describe("setup-gcc", () => {
|
||||
it("should setup gcc", async () => {
|
||||
const version = getVersion("gcc", undefined) ?? "11"
|
||||
|
|
Loading…
Reference in New Issue