testsuite: increasing the upper limit of permitted values
This commit increases the upper limit of permitted values in the expect_table_dsc procedure from 999,999 to 99,999,999. The previous value was insufficient and causing the slabtop test to fail on build systems where the number of objects exceeds one milion.
This commit is contained in:
parent
fac3b34ff9
commit
7f15f07b3f
@ -80,7 +80,7 @@ proc expect_table_dsc { test match_header match_item } {
|
||||
}
|
||||
|
||||
set do_loop 1
|
||||
set last_value 999999
|
||||
set last_value 99999999
|
||||
set found_item 0
|
||||
while { $do_loop ==1 } {
|
||||
expect {
|
||||
|
Loading…
Reference in New Issue
Block a user