mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Increase CPU limit in test case bugs/modalg_5/bug24758_2 in Debug mode.
This commit is contained in:
parent
fc73a20256
commit
1cc4346c77
@ -6,6 +6,10 @@ puts ""
|
||||
# Sample Draw scripts for demonstrating sweeping algorithm
|
||||
##############################################################
|
||||
|
||||
if { [regexp {Debug mode} [dversion]] } {
|
||||
cpulimit 2000
|
||||
}
|
||||
|
||||
# drill parameters (some terms taken from http://www.drill-bits.cn/drill-bits-quality.asp)
|
||||
dset R 4. ;# outer radius
|
||||
dset D 2*R ;# diameter
|
||||
|
Loading…
x
Reference in New Issue
Block a user