Home
last modified time | relevance | path

Searched refs:WithTimeout (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem_test.cc151 TEST_F(PerThreadSemTest, WithTimeout) { in TEST_F() argument
/third_party/nghttp2/integration-tests/
Dserver_tester.go429 ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
499 ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
Dmain.go707 ctx, cancel := context.WithTimeout(context.Background(), testTimeout)
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go750 ctx, cancel := context.WithTimeout(mainCtx, testTimeout)