Home
last modified time | relevance | path

Searched refs:withTimeout (Results 1 – 25 of 141) sorted by relevance

123456

/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/
H A DCategoryBasedTimeout.java57 public Timeout.Builder withTimeout(Class<?> clazz) { in withTimeout() method in CategoryBasedTimeout.Builder
64 return withTimeout(30, TimeUnit.SECONDS); in withTimeout()
67 return withTimeout(180, TimeUnit.SECONDS); in withTimeout()
70 return withTimeout(10, TimeUnit.MINUTES); in withTimeout()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Utils/
H A DMiscUtils.cs19 public static void DoWithTimeoutIfNotDebugging(Func<int, bool> withTimeout) in DoWithTimeoutIfNotDebugging() argument
24 withTimeout(Timeout.Infinite); in DoWithTimeoutIfNotDebugging()
29 …Assert.True(withTimeout((int)TimeSpan.FromSeconds(TimeoutInSeconds).TotalMilliseconds), "Timeout e… in DoWithTimeoutIfNotDebugging()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DTimeLimitingCollectorTest.cpp87 TimeLimitingThread(bool withTimeout, TimeLimitingCollectorTest* fixture);
95 bool withTimeout; member in TimeLimitingThread
264 void doTestMultiThreads(bool withTimeout) { in doTestMultiThreads() argument
267 threads[i] = newLucene<TimeLimitingThread>(withTimeout, this); in doTestMultiThreads()
303 TimeLimitingThread::TimeLimitingThread(bool withTimeout, TimeLimitingCollectorTest* fixture) { in TimeLimitingThread() argument
304 this->withTimeout = withTimeout; in TimeLimitingThread()
310 if (withTimeout) { in run()
/dports/textproc/lttoolbox/lttoolbox-3.5.4/tests/
H A Dbasictest.py10 def withTimeout(self, seconds, cmd, *args, **kwds): member in BasicTest
30 char = self.withTimeout(2, process.stdout.read, 1)
36 char = self.withTimeout(2, process.stdout.read, 1)
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_timeout.c84 static int withTimeout = 0; variable
127 if (test == &withTimeout) in termination_cb()
129 withTimeout = 1; in termination_cb()
342 &withTimeout, in testWithTimeout()
376 withTimeout = 0; in testWithTimeout()
383 if (0 != withTimeout) in testWithTimeout()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/storage/etcd/
H A Detcd_test.go19 func withTimeout(t time.Duration, f func()) { func
88 withTimeout(time.Second*10, func() {
92 withTimeout(time.Minute*1, func() {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/
H A Dclient_stress_test.go43 withTimeout bool
49 …"http with timeout", srv: httptest.NewUnstartedServer(handler), scheme: "http", withTimeout: true},
50 {testCase: "native with timeout", srv: nativeSrvs[1], scheme: nativeProtocol, withTimeout: true},
82 if tt.withTimeout {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/storage/sql/
H A Dconfig_test.go16 func withTimeout(t time.Duration, f func()) { func
66 withTimeout(time.Second*10, func() {
216 withTimeout(time.Minute*1, func() {
219 withTimeout(time.Minute*1, func() {
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/async-mutex/lib/
H A DwithTimeout.d.ts3 export declare function withTimeout(mutex: MutexInterface, timeout: number, timeoutError?: Error): … function
4 export declare function withTimeout(semaphore: SemaphoreInterface, timeout: number, timeoutError?: …
/dports/textproc/apertium/apertium-3.6.1/tests/transfer/
H A D__init__.py29 def withTimeout(self, seconds, cmd, *args, **kwds): member in TransferTest
44 char = self.withTimeout(2, self.proc.stdout.read, 1)
50 char = self.withTimeout(2, self.proc.stdout.read, 1)
/dports/textproc/apertium/apertium-3.6.1/tests/pretransfer/
H A D__init__.py27 def withTimeout(self, seconds, cmd, *args, **kwds): member in PretransferTest
42 char = self.withTimeout(2, self.proc.stdout.read, 1)
48 char = self.withTimeout(2, self.proc.stdout.read, 1)
/dports/textproc/apertium/apertium-3.6.1/tests/postchunk/
H A D__init__.py29 def withTimeout(self, seconds, cmd, *args, **kwds): member in PostchunkTest
44 char = self.withTimeout(2, self.proc.stdout.read, 1)
50 char = self.withTimeout(2, self.proc.stdout.read, 1)
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/gorilla/mux/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/gorilla/mux/
H A Dcontext_native_test.go13 withTimeout := func(h http.Handler) http.Handler {
22 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/gorilla/mux/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/gorilla/mux/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/gorilla/mux/
H A Dcontext_native_test.go13 withTimeout := func(h http.Handler) http.Handler {
22 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gorilla/mux/
H A Dcontext_native_test.go13 withTimeout := func(h http.Handler) http.Handler {
22 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/www/webhook/webhook-2.8.0/vendor/github.com/gorilla/mux/mux-1.7.3/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/gorilla/mux/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/gorilla/mux/mux-599cba5e7b61/
H A Dcontext_native_test.go13 withTimeout := func(h http.Handler) http.Handler {
22 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/gorilla/mux/mux-1.7.2/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/gorilla/mux/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/gorilla/mux/
H A Dcontext_native_test.go13 withTimeout := func(h http.Handler) http.Handler {
22 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gorilla/mux/
H A Dcontext_test.go11 withTimeout := func(h http.Handler) http.Handler {
20 r.Handle("/path/{foo}", withTimeout(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {

123456