mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-25 04:30:28 +00:00
Merge pull request #1756 from tingtli/packimge
increase the time since we add some time-consuming test cases
This commit is contained in:
@@ -1277,8 +1277,8 @@ while(! $sub_process_rt) {
|
||||
}
|
||||
}
|
||||
|
||||
if(time() - $regstarttime > 28800) {
|
||||
send_msg(1, "[timing] 8 hours is expired");
|
||||
if(time() - $regstarttime > 36000) {
|
||||
send_msg(1, "[timing] 10 hours is expired");
|
||||
last;
|
||||
}
|
||||
sleep 1;
|
||||
|
Reference in New Issue
Block a user