2
0
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:
Weihua Hu
2016-08-24 15:27:14 +08:00
committed by GitHub

View File

@@ -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;