Home
last modified time | relevance | path

Searched refs:maxruntime (Results 1 – 25 of 61) sorted by relevance

123

/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/psiphon/
H A Dpsiphon.go49 maxruntime int, callbacks model.ExperimentCallbacks,
53 step := 1 / float64(maxruntime)
73 const maxruntime = 60
74 ctx, cancel := context.WithTimeout(ctx, maxruntime*time.Second)
80 go m.printprogress(ctx, &wg, maxruntime, callbacks)
100 MaxRuntime: maxruntime,
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/psiphon/
H A Dpsiphon.go49 maxruntime int, callbacks model.ExperimentCallbacks,
53 step := 1 / float64(maxruntime)
73 const maxruntime = 60
74 ctx, cancel := context.WithTimeout(ctx, maxruntime*time.Second)
80 go m.printprogress(ctx, &wg, maxruntime, callbacks)
100 MaxRuntime: maxruntime,
/dports/games/spring/spring_98.0/test/validation/LuaUI/Widgets/
H A Dtest.lua19 local maxruntime = 120 -- run at max 2 minutes
40 if (Spring.DiffTimers(Spring.GetTimer(), timer)) > maxruntime then
41 …"test.lua", LOG.WARNING, string.format("Tests run longer than %i seconds, aborting!", maxruntime ))
/dports/net-mgmt/xymon-server/xymon-4.3.30/common/
H A Dxymonlaunch.c61 int interval, maxruntime; member
131 twalk->maxruntime = 0; in load_config()
275 curtask->maxruntime = atoi(p); in load_config()
278 case 'm': curtask->maxruntime *= 60; break; /* Minutes */ in load_config()
279 case 'h': curtask->maxruntime *= 3600; break; /* Hours */ in load_config()
280 case 'd': curtask->maxruntime *= 86400; break; /* Days */ in load_config()
349 if (twalk->maxruntime!=twalk->copy->maxruntime) { changed++; } in load_config()
575 if (twalk->maxruntime) printf("\tMAXTIME %d\n", twalk->maxruntime); in main()
781 if (twalk->maxruntime && ((now - twalk->laststart) > twalk->maxruntime)) { in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/common/
H A Dxymonlaunch.c61 int interval, maxruntime; member
131 twalk->maxruntime = 0; in load_config()
275 curtask->maxruntime = atoi(p); in load_config()
278 case 'm': curtask->maxruntime *= 60; break; /* Minutes */ in load_config()
279 case 'h': curtask->maxruntime *= 3600; break; /* Hours */ in load_config()
280 case 'd': curtask->maxruntime *= 86400; break; /* Days */ in load_config()
349 if (twalk->maxruntime!=twalk->copy->maxruntime) { changed++; } in load_config()
575 if (twalk->maxruntime) printf("\tMAXTIME %d\n", twalk->maxruntime); in main()
781 if (twalk->maxruntime && ((now - twalk->laststart) > twalk->maxruntime)) { in main()
/dports/www/moodle39/moodle/lib/
H A Dcronlib.php96 $maxruntime = get_config('core', 'task_scheduled_max_runtime');
123 if ((time() - $starttime) > $maxruntime) {
146 $maxruntime = get_config('core', 'task_adhoc_max_runtime');
174 if ($checklimits && (time() - $timenow) >= $maxruntime) {
/dports/www/moodle310/moodle/lib/
H A Dcronlib.php96 $maxruntime = get_config('core', 'task_scheduled_max_runtime');
123 if ((time() - $starttime) > $maxruntime) {
146 $maxruntime = get_config('core', 'task_adhoc_max_runtime');
174 if ($checklimits && (time() - $timenow) >= $maxruntime) {
/dports/www/moodle311/moodle/lib/
H A Dcronlib.php96 $maxruntime = get_config('core', 'task_scheduled_max_runtime');
123 if ((time() - $starttime) > $maxruntime) {
146 $maxruntime = get_config('core', 'task_adhoc_max_runtime');
174 if ($checklimits && (time() - $timenow) >= $maxruntime) {
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dmstask.tcl126 maxruntime ITask_SetMaxRunTime
221 maxruntime
263 maxruntime ITask_GetMaxRunTime
661 maxruntime
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos-server/bareos-Release-20.0.3/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos-client/bareos-Release-20.0.3/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/www/bareos18-webui/bareos-Release-18.2.12/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/www/bareos-webui/bareos-Release-20.0.3/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/www/bareos19-webui/bareos-Release-19.2.11/regress/tests/
H A Dmaxruntime-test15 cp -f ${cwd}/scripts/bareos-dir.conf.maxruntime ${cwd}/bin/bareos-dir.conf
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/rrz80/
H A Dspec.mk52 $(EMU) --maxruntime=3 --mapfile=$(<:.bin=.sym) $< > $@
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dserver.cpp14 VAR(0, maxruntime, 0, (INT_MAX-1)/1000, VAR_MAX); // time in seconds
1007 ifserver(maxruntime && !shutdownwait && int(totalsecs) >= maxruntime) in updatetimer()
1009 …"\fymax run time reached (\fs\fc%s\fS), waiting for server to empty", timestr(maxruntime*1000, 4)); in updatetimer()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dserver.cpp14 VAR(0, maxruntime, 0, (INT_MAX-1)/1000, VAR_MAX); // time in seconds
1035 if(servercheck(maxruntime && !shutdownwait && int(totalsecs) >= maxruntime)) in updatetimer()
1037 …"\fyMax run time reached (\fs\fc%s\fS), waiting for server to empty", timestr(maxruntime*1000, 4)); in updatetimer()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/regress/
H A DDartTestfile.txt.in61 ADD_TEST(disk:maxruntime-test "@regressdir@/tests/maxruntime-test")

123