Skip to content

Commit

Permalink
Revert "tests/periph/timer: increase test timeout"
Browse files Browse the repository at this point in the history
This reverts commit 9e7e8a9.
  • Loading branch information
maribu committed Dec 7, 2023
1 parent acd0247 commit 680e61b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/periph/timer/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@
import sys
from testrunner import run

# The test can take some time when timers are slow ticking
TIMEOUT = 90


def testfunc(child):
# Make sure the expected application is actually flashed
child.expect('Test for peripheral TIMERs')
# The C application carefully evaluates the test results, no need to
# re-implement that wheel in python and just check for the test to succeed
child.expect('TEST SUCCEEDED', timeout=TIMEOUT)
child.expect('TEST SUCCEEDED')


if __name__ == "__main__":
Expand Down

0 comments on commit 680e61b

Please sign in to comment.