Skip to content

Commit

Permalink
test: 10x timeout for code generation tests
Browse files Browse the repository at this point in the history
Now that dialyzer is launched, it can take a long time, especially on Github runners
  • Loading branch information
ahamez committed Nov 30, 2024
1 parent e1ab36a commit ed26dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/code_generation_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule Protox.CodeGenerationTest do
use ExUnit.Case, async: false

@moduletag :slow
@moduletag timeout: 600_000

setup_all _context do
tmp_dir = System.tmp_dir!()
Expand Down

0 comments on commit ed26dea

Please sign in to comment.