Found and fixed the code, where the "max_exeution_time" is set to 31.
Dieser Commit ist enthalten in:
		
							Ursprung
							
								
									834095834d
								
							
						
					
					
						Commit
						2bbe324c63
					
				
					 1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
				
			
		|  | @ -9,6 +9,7 @@ class Msd_ConfigurationPhpValuesTest extends PHPUnit_Framework_TestCase | |||
|         ini_set('max_execution_time', 31); | ||||
|         $dynamicValues = Msd_ConfigurationPhpValues::getDynamicValues(); | ||||
|         $this->assertEquals(30, $dynamicValues->maxExecutionTime); | ||||
|         ini_set('max_execution_time', 0); | ||||
|     } | ||||
| 
 | ||||
|     public function testCanFallbackTo16MbRam() | ||||
|  |  | |||
		Laden …
	
	Tabelle hinzufügen
		
		In neuem Issue referenzieren