Skip to content

Commit c53e4fa

Browse files
committed
Increase deadline for precompile
1 parent 08c223f commit c53e4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gRPCClient.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export gRPCServiceCallException
133133
TEST_HOST = _get_test_host()
134134
TEST_PORT = _get_test_port()
135135

136-
PRECOMPILE_DEADLINE = 5
136+
PRECOMPILE_DEADLINE = 10
137137

138138
@compile_workload begin
139139
include("../test/gen/test/test_pb.jl")

0 commit comments

Comments
 (0)