Skip to content

Commit 01244b8

Browse files
authored
Merge pull request #6 from Submitty/loop_types
Small fix for 06_loop_types and 07_loop depth (allow timer usage)
2 parents 4c26f80 + e693e02 commit 01244b8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/06_loop_types/config/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"resource_limits" : {
33
"RLIMIT_CPU" : 60,
44
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY"
5+
"RLIMIT_AS" : "RLIM_INFINITY",
6+
"RLIMIT_SIGPENDING" : 100
67
},
78

89
"testcases" : [

examples/07_loop_depth/config/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"resource_limits" : {
33
"RLIMIT_CPU" : 60,
44
"RLIMIT_NPROC" : 100,
5-
"RLIMIT_AS" : "RLIM_INFINITY"
5+
"RLIMIT_AS" : "RLIM_INFINITY",
6+
"RLIMIT_SIGPENDING" : 100
67
},
78

89
"testcases" : [

0 commit comments

Comments
 (0)