Skip to content

Commit

Permalink
extend cirque test timeout (#12858)
Browse files Browse the repository at this point in the history
* extend cirque test timeout

* Revert "Disable cirque: need time to transition to new python api, keeping old API working creates a lot of developer overhead (#12857)"

This reverts commit 0b60205.
  • Loading branch information
yunhanw-google authored and pull[bot] committed Dec 11, 2021
1 parent 16d7b36 commit bbb9a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
name: Cirque

on:
# push:
# pull_request:
push:
pull_request:
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion src/test_driver/linux-cirque/MobileDeviceTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run_controller_test(self):
self.execute_device_cmd(req_device_id, "pip3 install {}".format(os.path.join(
CHIP_REPO, "out/debug/linux_x64_gcc/controller/python/chip-0.0-cp37-abi3-linux_x86_64.whl")))

command = "gdb -return-child-result -q -ex run -ex bt --args python3 {} -t 75 -a {}".format(
command = "gdb -return-child-result -q -ex run -ex bt --args python3 {} -t 150 -a {}".format(
os.path.join(
CHIP_REPO, "src/controller/python/test/test_scripts/mobile-device-test.py"),
ethernet_ip)
Expand Down

0 comments on commit bbb9a1b

Please sign in to comment.