Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Aug 30, 2024
1 parent fcb5054 commit 7bea184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/stdlib/test/zip_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
compress_control/1,
foldl/1,fd_leak/1,unicode/1,test_zip_dir/1,
explicit_file_info/1, mode/1,
zip64_central_headers/0, unzip64_central_headers/0,
zip64_central_headers/1, unzip64_central_headers/1,
zip64_central_directory/1,
basic_timestamp/1, extended_timestamp/1,
Expand Down Expand Up @@ -1286,6 +1287,7 @@ mode(Config) ->
%% * starting disk
%%
%% As we do not support using multiple disks, we do not test starting disks
zip64_central_headers() -> [{timetrap, {minutes, 60}}].
zip64_central_headers(Config) ->

PrivDir = get_value(pdir, Config),
Expand Down Expand Up @@ -1340,6 +1342,7 @@ zip64_central_headers(Config) ->
zip:list_dir(Archive),
ok.

unzip64_central_headers() -> [{timetrap, {minutes, 60}}].
unzip64_central_headers(Config) ->

PrivDir = get_value(pdir, Config),
Expand Down

0 comments on commit 7bea184

Please sign in to comment.