Explorar o código

Let's make the Threads test more manageable for my old comp.

Andy Li %!s(int64=6) %!d(string=hai) anos
pai
achega
2d5c322617
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      other/tests/Threads.hx

+ 1 - 1
other/tests/Threads.hx

@@ -7,7 +7,7 @@ class Threads {
 	}
 
 	static function run(i,k) {
-		for( i in 0...Math.ceil(10000000/k) )
+		for( i in 0...Math.ceil(1000000/k) )
 			new hl.Bytes(1);
 		if( i>=0 ) WAIT[i] = false; 
 	}