Skip to content

Commit e693e02

Browse files
committed
Allow timer usage
1 parent eafe842 commit e693e02

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)