2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 03:00:26 +00:00

increase the time since we add some time-consuming test cases

This commit is contained in:
litingt@cn.ibm.com
2016-08-24 03:14:00 -04:00
parent 5a872d6efd
commit ea839ee02a

View File

@@ -1277,7 +1277,7 @@ while(! $sub_process_rt) {
}
}
if(time() - $regstarttime > 28800) {
if(time() - $regstarttime > 36000) {
send_msg(1, "[timing] 8 hours is expired");
last;
}