Home
last modified time | relevance | path

Searched refs:TEST_TIMEOUT (Results 26 – 50 of 287) sorted by relevance

12345678910>>...12

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/test/
H A Drun-tests.c40 #define TEST_TIMEOUT 5000 macro
56 case 1: return run_tests(TEST_TIMEOUT, 0); in main()
158 return run_test(argv[1], TEST_TIMEOUT, 0, 1); in maybe_run_test()
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/
H A DMakefile15 TEST_TIMEOUT = 600 macro
74 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s $$TEST ; \
80 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s -cover $(COVER_ARGS) $$TEST ; \
86 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s -race $(COVER_ARGS) $$TEST ; \
92 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s -short $(COVER_ARGS) $$TEST ; \
136 …PATH) LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" $(BUILD_TAGS) -v -timeout $(TEST_TIMEOUT)s $$TEST >> tes…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/
H A DMakefile17 TEST_TIMEOUT = 1800 macro
76 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s $$TEST ; \
82 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s -cover $(COVER_ARGS) $$TEST ; \
88 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s -race $(COVER_ARGS) $$TEST ; \
94 go test $(BUILD_TAGS) -timeout $(TEST_TIMEOUT)s -short $(COVER_ARGS) $$TEST ; \
138 …PATH) LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" $(BUILD_TAGS) -v -timeout $(TEST_TIMEOUT)s $$TEST >> tes…
/dports/net/kea/kea-2.0.1/src/lib/config/tests/
H A Dclient_connection_unittests.cc25 const long TEST_TIMEOUT = 10000; variable
89 test_socket_->startTimer(TEST_TIMEOUT); in TEST_F()
132 test_socket_->startTimer(TEST_TIMEOUT); in TEST_F()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/postage-0.4.1/src/channels/
H A Ddispatch.rs519 CHANNEL_TEST_SENDERS, TEST_TIMEOUT,
544 timeout(TEST_TIMEOUT, rx_handle) in simple()
574 timeout(TEST_TIMEOUT, rx_handle) in multi_sender()
614 timeout(TEST_TIMEOUT, rx_handle) in multi_receiver()
659 timeout(TEST_TIMEOUT, rx_handle) in multi_sender_multi_receiver()
712 timeout(TEST_TIMEOUT, rx_handle) in clone_monster()
756 timeout(TEST_TIMEOUT, rx_handle) in simple()
785 timeout(TEST_TIMEOUT, rx_handle) in multi_sender()
824 timeout(TEST_TIMEOUT, rx_handle) in multi_receiver()
869 timeout(TEST_TIMEOUT, rx_handle) in multi_sender_multi_receiver()
[all …]
H A Dmpsc.rs458 test::{capacity_iter, Channel, Channels, Message, CHANNEL_TEST_SENDERS, TEST_TIMEOUT},
482 timeout(TEST_TIMEOUT, rx_handle) in simple()
512 timeout(TEST_TIMEOUT, rx_handle) in multi_sender()
561 timeout(TEST_TIMEOUT, rx_handle) in clone_monster()
581 test::{capacity_iter, Channel, Channels, Message, CHANNEL_TEST_SENDERS, TEST_TIMEOUT},
602 timeout(TEST_TIMEOUT, rx_handle) in simple()
631 timeout(TEST_TIMEOUT, rx_handle) in multi_sender()
675 timeout(TEST_TIMEOUT, rx_handle) in clone_monster()
H A Dwatch.rs537 test::{Channel, Channels, Message, CHANNEL_TEST_RECEIVERS, TEST_TIMEOUT},
553 timeout(TEST_TIMEOUT, async move { in simple()
576 timeout(TEST_TIMEOUT, async move { in send_borrow_mut()
610 timeout(TEST_TIMEOUT, async move { in multi_receiver()
627 test::{Channel, Channels, Message, CHANNEL_TEST_RECEIVERS, TEST_TIMEOUT},
643 timeout(TEST_TIMEOUT, async move { in simple()
666 timeout(TEST_TIMEOUT, async move { in send_borrow_mut()
700 timeout(TEST_TIMEOUT, async move { in multi_receiver()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/editors/neovim/neovim-0.6.1/cmake/
H A DRunTests.cmake60 if(NOT DEFINED ENV{TEST_TIMEOUT} OR "$ENV{TEST_TIMEOUT}" STREQUAL "")
61 set(ENV{TEST_TIMEOUT} 1200)
73 TIMEOUT $ENV{TEST_TIMEOUT}
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/
H A DMakefile24 TEST_TIMEOUT=-timeout 5m macro
64 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} ${SDK_ALL_PKGS}
70 go test ${TEST_TIMEOUT} -v -count=1 -tags ${UNIT_TEST_TAGS} -race -cpu=1,2,4 ${SDK_ALL_PKGS}
74 go test ${TEST_TIMEOUT} -v -count=1 -race -cpu=1,2,4 ${SDK_COMPA_PKGS}
/dports/devel/grpc/grpc-1.42.0/src/objective-c/tests/UnitTests/
H A DGRPCClientTests.m38 #define TEST_TIMEOUT 16 macro
151 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
176 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
210 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
246 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
281 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
341 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
372 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
433 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
467 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/tests/UnitTests/
H A DGRPCClientTests.m38 #define TEST_TIMEOUT 16 macro
150 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
175 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
209 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
245 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
280 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
336 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
367 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
428 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
462 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/tests/UnitTests/
H A DGRPCClientTests.m38 #define TEST_TIMEOUT 16 macro
150 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
175 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
209 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
245 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
280 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
336 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
367 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
428 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
462 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/objective-c/tests/UnitTests/
H A DGRPCClientTests.m38 #define TEST_TIMEOUT 16 macro
146 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
171 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
205 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
241 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
276 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
335 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
366 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
427 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
461 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/objective-c/tests/InteropTests/
H A DInteropTests.m44 #define TEST_TIMEOUT 32 macro
485 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
517 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
587 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
629 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
679 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
713 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
770 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
796 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
816 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
[all …]
/dports/devel/grpc/grpc-1.42.0/src/objective-c/tests/InteropTests/
H A DInteropTests.m40 #define TEST_TIMEOUT 64 macro
494 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
528 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
601 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
661 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
705 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
862 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
888 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
908 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
944 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group11-Upgrade/
H A D11-03-Upgrade-UpdateInProgress.robot25 …assword=%{TEST_PASSWORD} --force=true --compute-resource=%{TEST_RESOURCE} --timeout %{TEST_TIMEOUT}
27 …assword=%{TEST_PASSWORD} --force=true --compute-resource=%{TEST_RESOURCE} --timeout %{TEST_TIMEOUT}
32 …EST_PASSWORD} --force --compute-resource %{TEST_RESOURCE} --timeout %{TEST_TIMEOUT} shell=True a…
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ipdl/test/cxx/
H A DTestRaceDeadlock.cpp53 #if defined(TEST_TIMEOUT) in Test1()
54 SetReplyTimeoutMs(TEST_TIMEOUT); in Test1()
/dports/net/libdaq/libdaq-3.0.5/test/
H A Dapi_config_test.c143 #define TEST_TIMEOUT 1337 macro
150 rval = daq_config_set_timeout(NULL, TEST_TIMEOUT); in test_timeout()
158 rval = daq_config_set_timeout(cfg, TEST_TIMEOUT); in test_timeout()
160 assert_int_equal(daq_config_get_timeout(cfg), TEST_TIMEOUT); in test_timeout()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_replay/
H A Drfnoc_block_replay_tb.sv90 time TEST_TIMEOUT = 500us; register
818 test.start_test("Test registers", TEST_TIMEOUT);
913 test.start_test("Test packet sizes", TEST_TIMEOUT);
981 test.start_test("Test small replay", TEST_TIMEOUT);
1050 test.start_test("Test continuous mode", TEST_TIMEOUT);
1141 test.start_test("Test offset", TEST_TIMEOUT);
1331 test.start_test("Test burst size", TEST_TIMEOUT);
1362 test.start_test("Test 4K AXI Boundary", TEST_TIMEOUT);
1435 test.start_test("Test small packet size", TEST_TIMEOUT);
1496 test.start_test("Test timed playback", TEST_TIMEOUT);
[all …]

12345678910>>...12