tweak max_iters in tests

This commit is contained in:
kalmarek 2020-10-18 01:08:42 +02:00
parent 649894236c
commit 8d23fd3a73
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
@test λ == PropertyT.spectral_gap(sett)
@test PropertyT.check_property_T(sett) == false
sett = PropertyT.Settings(NAME, G, S, autS, with_SCS(2000, accel=20, warm_start=true);
sett = PropertyT.Settings(NAME, G, S, autS, with_SCS(5000, accel=20, warm_start=true);
upper_bound=1.3, force_compute=true)
@info sett