All VAX: Increase test RUNLIMIT time to account for VAX8200 extended tests
Features of the VAX 8200 CPU need extra time for diagnostic execution.
This commit is contained in:
parent
1a3e5af755
commit
1c38700d6f
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ exit 0
|
||||||
# VAX 8200 Diagnostic Supervisor Setup for EVKAB/C/D/E
|
# VAX 8200 Diagnostic Supervisor Setup for EVKAB/C/D/E
|
||||||
expect "DS> " send "ATTACH KA820 HUB KA0 4096 0\r"; go -q
|
expect "DS> " send "ATTACH KA820 HUB KA0 4096 0\r"; go -q
|
||||||
expect "DS> " send "ATTACH DWBUA HUB DW0 4 5\r"; go -q
|
expect "DS> " send "ATTACH DWBUA HUB DW0 4 5\r"; go -q
|
||||||
|
# VAX 8200 simulates the floating point accelerator which then
|
||||||
|
# inspires tests to use it. This takes more time.
|
||||||
|
set runlimit 3 minutes
|
||||||
call Common
|
call Common
|
||||||
call do_test EVKAB "VAX Basic Instructions Exerciser"
|
call do_test EVKAB "VAX Basic Instructions Exerciser"
|
||||||
call do_test EVKAC "VAX Floating Point Instructions Exerciser"
|
call do_test EVKAC "VAX Floating Point Instructions Exerciser"
|
||||||
|
|
Loading…
Add table
Reference in a new issue