Skip to content

Commit

Permalink
try to fix cirque test
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Feb 28, 2024
1 parent e1d033f commit 46b04eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run_subscription_resumption_timeout_test(self):
("CHIPCirqueDaemon.py -- run gdb -batch -return-child-result -q -ex \"set pagination off\" "
"-ex run -ex \"thread apply all bt\" --args {} --thread --discriminator {} "
"--subscription-resumption-retry-interval 5").format(
os.path.join(CHIP_REPO, "out/debug/standalone", TEST_END_DEVICE_APP), TEST_DISCRIMINATOR))
os.path.join(CHIP_REPO, "out/debug/lit_icd", TEST_END_DEVICE_APP), TEST_DISCRIMINATOR))

self.reset_thread_devices(server_ids)

Expand Down

0 comments on commit 46b04eb

Please sign in to comment.