runImport(NULL, $timeout); $currentTime = time(); if (($currentTime - $startTime) >= $timeout) { break; } } } }