Home
last modified time | relevance | path

Searched +full:timeout +full:- +full:minutes (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/autotest/client/site_tests/power_LoadTest/extension/
Durls.js2 // Use of this source code is governed by a BSD-style license that can be
12 var PLAY_MUSIC_URL = 'https://play.google.com/music/listen?u=0#/wst/st/a2be2d85-0ac9-3a7a-b038-e221…
25 duration: minutes(60),
36 // Page cycle through popular external websites for 36 minutes
40 duration: minutes(36),
42 timeout: seconds(30), property
47 // After 36 minutes, actively read e-mail for 12 minutes
50 start: minutes(36) + seconds(1),
51 duration: minutes(12) - seconds(1),
52 delay: minutes(5), // 5 minutes between full gmail refresh
[all …]
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py2 # Use of this source code is governed by a BSD-style license that can be
35 @param timeout_min: The maximum amount of time (in minutes) to sleep.
41 # => total_sleep = sleep*sum(r=0..max_retry-1, backoff^r)
42 # => total_sleep = sleep( (1-backoff^max_retry) / (1-backoff) )
43 # => max_retry*ln(backoff) = ln(1-(total_sleep/sleep)*(1-backoff))
44 # => max_retry = ln(1-(total_sleep/sleep)*(1-backoff))/ln(backoff)
46 numerator = math.log10(1 - (total_sleep / delay_sec) * (1 - backoff))
54 Timeout for retries and delay between retries are configurable.
59 @param timeout_min: timeout in minutes until giving up.
60 @param delay_sec: pre-jittered delay between retries in seconds.
[all …]
/external/autotest/server/site_tests/moblab_RunSuite/
Dmoblab_RunSuite.py2 # Use of this source code is governed by a BSD-style license that can be
36 must be a sensible build target for the board of the sub-DUTs
41 @param test_timeout_hint_m: (int) Optional overall timeout for the test.
43 from the moblab device. If the overall timeout is provided, the
69 cmd = ("%s/site_utils/run_suite.py --pool='' --board=%s --build=%s "
70 "--suite_name=%s --retry=True " "--max_retries=%d" %
80 result = host.run_as_moblab(cmd, timeout=run_suite_timeout_s)
89 host.run('rm -fR /mnt/moblab/results/shared/cache',
90 timeout=600)
93 """Modify given run_suite command with timeout.
[all …]
Dcontrol.bvt-inline2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "chromeos-moblab@google.com"
7 PURPOSE = "Test that Moblab can run the bvt-inline suite."
16 Kicks off the bvt-inline suite on a Moblab host against the DUTs on its subnet
20 test_that -b guado_moblab <remote> moblab_BVTInline --args="<ARGLIST>"
33 service_init_timeout_m=<int> Timeout (in minutes) to wait for upstart
35 This can take ~5 minutes on a physical
36 devices and ~10 minutes on a VM.
37 test_timeout_hint_m=<int> The overall timeout to expect for the
41 timeout is provided, the test will try to
[all …]
Dcontrol.smoke2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "chromeos-moblab@google.com"
19 test_that -b stumpy_moblab <remote> moblab_SmokeSuite --args="<ARGLIST>"
32 service_init_timeout_m=<int> Timeout (in minutes) to wait for upstart
34 This can take ~5 minutes on a physical
35 devices and ~10 minutes on a VM.
36 test_timeout_hint_m=<int> The overall timeout to expect for the
40 timeout is provided, the test will try to
Dcontrol.dummyServer2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "chromeos-moblab@google.com"
19 test_that -b stumpy_moblab <remote> moblab_DummyServerSuite
20 --args="<ARGLIST>"
33 service_init_timeout_m=<int> Timeout (in minutes) to wait for upstart
35 This can take ~5 minutes on a physical
36 devices and ~10 minutes on a VM.
37 test_timeout_hint_m=<int> The overall timeout to expect for the
41 timeout is provided, the test will try to
Dcontrol.dummyServerNoSsp2 # Use of this source code is governed by a BSD-style license that can be
18 test_that -b stumpy_moblab <remote> moblab_DummyServerSuiteNoSsp
19 --args="<ARGLIST>"
32 service_init_timeout_m=<int> Timeout (in minutes) to wait for upstart
34 This can take ~5 minutes on a physical
35 devices and ~10 minutes on a VM.
36 test_timeout_hint_m=<int> The overall timeout to expect for the
40 timeout is provided, the test will try to
/external/mesa3d/.gitlab-ci/
Dlava-tracie.yml.jinja21 job_name: mesa-tracie-{{ gpu_version }} {{ pipeline_info }}
7 minutes: 40
9 minutes: 10
11 power-off:
19 - {{ tag }}
23 - deploy:
24 timeout:
25 minutes: 10
33 url: {{ base_artifacts_url }}/lava-rootfs.tgz
40 - boot:
[all …]
Dlava-deqp.yml.jinja21 job_name: mesa-deqp-{{ deqp_version }}-{{ gpu_version }} {{ pipeline_info }}
7 minutes: 40
9 minutes: 10
11 power-off:
19 - {{ tag }}
23 - deploy:
24 timeout:
25 minutes: 10
33 url: {{ base_artifacts_url }}/lava-rootfs.tgz
40 - boot:
[all …]
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol.email_1hour2 # Use of this source code is governed by a BSD-style license that can be
22 - make sure that Ethernet cable is disconnected and WiFi is connected
23 - disconnect power cable
45 # timeout: time before loading a url times out for the cycle type (ms)
54 ' duration: minutes(60),' + \
60 ' \'http://clothing.shop.ebay.com/Womens-Shoes-/63889/i.html\',' + \
66 ' duration: minutes(60),' + \
67 ' delay: minutes(5),' + \
68 ' timeout: seconds(10),' + \
77 ' duration: minutes(60),' + \
[all …]
Dcontrol.single_page2 # Use of this source code is governed by a BSD-style license that can be
22 - make sure that Ethernet cable is disconnected and WiFi is connected
23 - disconnect power cable
45 # timeout: time before loading a url times out for the cycle type (ms)
51 # instead of 3600 seconds. This is why duration is minutes(60) instead of
52 # minutes(5) and delay is minutes(12) instead of minutes(1).
57 ' duration: minutes(60),' + \
58 ' delay: minutes(12),' + \
59 ' timeout: seconds(10),' + \
Dcontrol.docs_1hour2 # Use of this source code is governed by a BSD-style license that can be
22 - make sure that Ethernet cable is disconnected and WiFi is connected
23 - disconnect power cable
45 # timeout: time before loading a url times out for the cycle type (ms)
54 ' duration: minutes(60),' + \
60 ' \'http://clothing.shop.ebay.com/Womens-Shoes-/63889/i.html\',' + \
66 ' duration: minutes(60),' + \
68 ' timeout: seconds(10),' + \
72 ' ViewGDoc + \'12qBD7L6n9hLW1OFgLgpurx7WSgDM3l01dU6YYU-xdXU\'' + \
/external/python/google-api-python-client/docs/dyn/
Dandroidpublisher_v3.internalappsharingartifacts.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/autotest/server/site_tests/moblab_StorageQual/
Dcontrol2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "chromeos-moblab@google.com"
21 test_that -b stumpy_moblab <remote> moblab_StorageQual
22 --args="<ARGLIST>"
35 service_init_timeout_m=<int> Timeout (in minutes) to wait for upstart
37 This can take ~5 minutes on a physical
38 devices and ~10 minutes on a VM.
39 test_timeout_hint_m=<int> The overall timeout to expect for the
43 timeout is provided, the test will try to
Dmoblab_StorageQual.py2 # Use of this source code is governed by a BSD-style license that can be
61 must be a sensible build target for the board of the sub-DUTs
66 @param test_timeout_hint_m: (int) Optional overall timeout for the test.
68 from the moblab device. If the overall timeout is provided, the
95 % self.REQUIRED_LABELS - set(dut_to_label.values()))
106 cmd = ("%s/site_utils/run_suite.py --pool='' --board=%s --build=%s "
107 "--suite_name=hardware_storagequal_cq --retry=True "
108 "--max_retries=%d" %
118 result = host.run_as_moblab(cmd, timeout=run_suite_timeout_s)
142 logging.info('%-37s %s', 'Expected', 'Actual')
[all …]
/external/autotest/server/site_tests/power_Monitoring/
Dpower_Monitoring.py2 # Use of this source code is governed by a BSD-style license that can be
5 """Wrap test suite with power_ServodWrapper and run in a time-limited loop."""
17 # Timeout in seconds to attempt to ping the DUT.
23 # Timeout in minutes to supply to retry decorator for dut pingable verifiction.
33 # Timeout in minutes to supply to retry decorator to get charge with hard reset.
37 # timeout/error from EC console
41 # Timeout in minutes to supply to retry decorator to get charge.
94 -start_charging_level: float, battery level when charging triggers
95 -stop_charging_level: float, battery level when charging stops
96 -suite: suite to loop over
[all …]
/external/autotest/server/site_tests/firmware_EmmcWriteLoad/
Dfirmware_EmmcWriteLoad.py2 # Use of this source code is governed by a BSD-style license that can be
18 Runs chromeos-install repeatedly while monitoring dmesg output for EMMC
19 timeout errors.
21 This test requires a USB disk plugged-in, which contains a Chrome OS test
23 DUT to developer mode. When dev_boot_usb=0, pressing Ctrl-U on developer
24 screen should not boot the USB disk. When dev_boot_usb=1, pressing Ctrl-U
27 The length of time in minutes should be specified by the parameter
28 -a 'minutes_to_run=240'
33 INSTALL_COMMAND = '/usr/sbin/chromeos-install --yes'
35 r'mmc[0-9]+: Timeout waiting for hardware interrupt', re.MULTILINE)
[all …]
/external/autotest/server/hosts/
Dmoblab_host.py3 # Use of this source code is governed by a BSD-style license that can be
38 SUBNET_DUT_SEARCH_RE = (r'(?P<ip>192.168.231.1[0-1][0-9]) : '
39 'xmt\/rcv\/%loss = [0-9]+\/[0-9]+\/0%')
47 MOBLAB_SERVICES = ['moblab-scheduler-init',
48 'moblab-database-init',
49 'moblab-devserver-init',
50 'moblab-gsoffloader-init',
51 'moblab-gsoffloader_s-init']
86 @param timeout_min: The timeout minuties for AFE services.
102 # _repair_strategy, and now we're re-initializing it here.
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
49 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule()
50 Future<?> possiblyIgnoredError = testExecutor.schedule(DO_NOTHING, 10, TimeUnit.MINUTES); in testSchedule()
51 mock.assertLastMethodCalled("scheduleRunnable", 10, TimeUnit.MINUTES); in testSchedule()
53 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule()
62 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule_repeating()
64 testExecutor.scheduleWithFixedDelay(DO_NOTHING, 100, 10, TimeUnit.MINUTES); in testSchedule_repeating()
65 mock.assertLastMethodCalled("scheduleWithFixedDelay", 100, 10, TimeUnit.MINUTES); in testSchedule_repeating()
67 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule_repeating()
176 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() argument
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
49 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule()
50 Future<?> possiblyIgnoredError = testExecutor.schedule(DO_NOTHING, 10, TimeUnit.MINUTES); in testSchedule()
51 mock.assertLastMethodCalled("scheduleRunnable", 10, TimeUnit.MINUTES); in testSchedule()
53 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule()
62 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule_repeating()
64 testExecutor.scheduleWithFixedDelay(DO_NOTHING, 100, 10, TimeUnit.MINUTES); in testSchedule_repeating()
65 mock.assertLastMethodCalled("scheduleWithFixedDelay", 100, 10, TimeUnit.MINUTES); in testSchedule_repeating()
67 @SuppressWarnings("unused") // go/futurereturn-lsc in testSchedule_repeating()
176 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() argument
[all …]
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto2 // Use of this source code is governed by a BSD-style license that can be
14 // currently set to 15 minutes, the user has been inactive for 12 minutes,
15 // and a message setting |idle_ms| to 10 minutes is received,
47 // inactivity timeout is reset in response to things like user activity
55 // |idle_ms|. The same events that cause the inactivity timeout to be
63 // timeout to be reset cause the screen to be undimmed.
68 // lock-on-suspend is implemented within Chrome; this delay is provided
74 // milliseconds. If the inactivity timeout is then reset before the idle
100 // True if at least one full-brightness, dimmed-but-on, or system-level wake
122 // user manually changes it or a new policy containing the currently-relevant
[all …]
/external/rust/crates/libloading/.github/workflows/
Dlibloading.yml5 paths-ignore:
6 - '*.mkd'
7 - 'LICENSE'
12 native-test:
13 runs-on: ${{ matrix.os }}
15 fail-fast: false
18 os: [ubuntu-latest, windows-latest, macOS-latest]
19 timeout-minutes: 20
21 - uses: actions/checkout@v2
22 - name: Install Rust ${{ matrix.rust_toolchain }}
[all …]
/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py17 format_test_result, TestResult, is_failed, TIMEOUT)
26 # Kill the main process after 5 minutes. It is supposed to write an update
27 # every PROGRESS_UPDATE seconds. Tolerate 5 minutes for Python slowest
58 '-u', # Unbuffered stdout and stderr
59 '-m', 'test.regrtest',
60 '--worker-args', worker_args]
92 """A thread-safe iterator over tests for multiprocess mode."""
126 self.timeout = runner.worker_timeout
145 dt = time.monotonic() - self.start_time
185 test_time = time.monotonic() - self.start_time
[all …]
/external/autotest/site_utils/deployment/prepare/
Ddut.py3 # Use of this source code is governed by a BSD-style license that can be
32 # If battery level is low then sleep to 15 minutes.
35 # We expecting that battery will change more than 4% for 15 minutes.
116 `dut-control -p <SERVO-PORT> power_state:reset`.
124 if not host.wait_up(timeout=host.BOOT_TIMEOUT):
161 if not host.wait_up(timeout=host.BOOT_TIMEOUT):
169 If DUT battery still in the factory mode then DUT required re-work.
182 status = host.run(cmd, timeout=30, ignore_status=True).stdout.strip()
190 # 15 minutes to allow battery to reach required level.
209 # If level of battery is changing less than 4% per 15 minutes
[all …]
/external/toolchain-utils/crosperf/experiment_files/
Ddut_config.exp4 # You should replace all the placeholders, marked by angle-brackets,
8 board: <your-board-goes-here>
11 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
12 # test-machine3.com"
13 remote: <your-remote-goes-here>
20 # seconds, type float. 0 - don't run top.
22 # Recommended values 1-5 (Lower number provides more accurate data).
23 # NOTE: Running top with interval 1-5 sec has insignificant
30 # in Celsius or cooldown_time timeout reaches zero
32 cooldown_temp: <temperature-threshold-for-cooldown>
[all …]

12345678910>>...12