Skip to Content.
Sympa Menu

ndt-dev - [ndt] r365 committed - Increased maximum testing time to 70 seconds.

Subject: NDT-DEV email list created

List archive

[ndt] r365 committed - Increased maximum testing time to 70 seconds.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt] r365 committed - Increased maximum testing time to 70 seconds.
  • Date: Thu, 17 Jun 2010 12:16:29 +0000

Revision: 365
Author:

Date: Thu Jun 17 05:15:21 2010
Log: Increased maximum testing time to 70 seconds.
http://code.google.com/p/ndt/source/detail?r=365

Modified:
/trunk/src/web100srv.c

=======================================
--- /trunk/src/web100srv.c Sat Jun 5 14:33:40 2010
+++ /trunk/src/web100srv.c Thu Jun 17 05:15:21 2010
@@ -1815,7 +1815,7 @@
}

if (head_ptr != NULL) {
- if ((time(0) - head_ptr->stime) > 60) {
+ if ((time(0) - head_ptr->stime) > 70) {
log_println(6, "Fault: Something in queue, but child %d (fd=%d) has exceeded wait time",
head_ptr->pid, head_ptr->ctlsockfd);
/* Should send new 9977 'test aborted' signal to client. Using
this


  • [ndt] r365 committed - Increased maximum testing time to 70 seconds., ndt, 06/17/2010

Archive powered by MHonArc 2.6.16.

Top of Page