mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
nic_stress: further reduce nr of rounds on sel4
Otherwise, the limit of caps in Capability_space_sel4 in the NIC router is reached. Fixes #3684
This commit is contained in:
parent
c1b6000248
commit
f3185de7f5
@ -32,8 +32,8 @@ proc done_string {} {
|
||||
proc nr_of_rounds { test_id } {
|
||||
if {[have_spec sel4]} {
|
||||
switch $test_id {
|
||||
1 { return 19 }
|
||||
2 { return 12 }
|
||||
1 { return 9 }
|
||||
2 { return 7 }
|
||||
}
|
||||
} else {
|
||||
switch $test_id {
|
||||
|
Loading…
x
Reference in New Issue
Block a user