Index: trunk/Ohana/src/opihi/pantasks/JobIDOps.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/JobIDOps.c	(revision 39476)
+++ trunk/Ohana/src/opihi/pantasks/JobIDOps.c	(revision 40165)
@@ -1,5 +1,5 @@
 # include "pantasks.h"
 
-# define MAX_N_JOBS 10000
+# define MAX_N_JOBS 50000
 static char *JobIDList;
 static int   JobIDPtr;
Index: trunk/Ohana/src/opihi/pantasks/test/nice_remote.sh
===================================================================
--- trunk/Ohana/src/opihi/pantasks/test/nice_remote.sh	(revision 39476)
+++ trunk/Ohana/src/opihi/pantasks/test/nice_remote.sh	(revision 40165)
@@ -10,5 +10,5 @@
   periods      -timeout 20
   active       true
-  npending 5
+  npending 50
   
   stdout tmp.txt
@@ -38,5 +38,5 @@
 task	       meantask_local
   command      sleep 10
-  host         anyhost
+  host         local
 
   periods      -poll 0.1
@@ -44,5 +44,5 @@
   periods      -timeout 20
   active       true
-  npending 5
+  npending 50
   
   stdout tmp.txt
