summaryrefslogtreecommitdiffstats
path: root/src/map/super/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/super/super.c')
-rw-r--r--src/map/super/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/super/super.c b/src/map/super/super.c
index ff95a6c5..7976958e 100644
--- a/src/map/super/super.c
+++ b/src/map/super/super.c
@@ -169,7 +169,7 @@ int Super_CommandSupergates( Abc_Frame_t * pAbc, int argc, char **argv )
nLevels = 3;
DelayLimit = 3.5;
AreaLimit = 9;
- nGatesMax = 10000;
+ nGatesMax = 1000000;
TimeLimit = 10;
fSkipInvs = 1;
fVerbose = 0;