test: increase gcc installation timeout

This commit is contained in:
Amin Yahyaabadi 2021-12-07 07:45:29 -06:00
parent bdf86df8ee
commit 514055a583
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { testBin } from "../../utils/tests/test-helpers"
import { setupGcc } from "../gcc" import { setupGcc } from "../gcc"
import { getVersion } from "../../default_versions" import { getVersion } from "../../default_versions"
jest.setTimeout(300000) jest.setTimeout(3000000)
describe("setup-gcc", () => { describe("setup-gcc", () => {
it("should setup gcc", async () => { it("should setup gcc", async () => {
const version = getVersion("gcc", undefined) ?? "11" const version = getVersion("gcc", undefined) ?? "11"