Skip to content

Commit d196cc0

Browse files
Add device tests for libc functional verification
Add test suite used to debug libc optimized _P functions to the device tests.
1 parent 71f1fe0 commit d196cc0

File tree

7 files changed

+1655
-1
lines changed

7 files changed

+1655
-1
lines changed

tests/device/libraries/BSTest/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run_tests(self):
132132

133133
def run_test(self, index):
134134
self.sp.sendline('{}'.format(index))
135-
timeout = 10
135+
timeout = 20 # 10
136136
while timeout > 0:
137137
res = self.sp.expect(['>>>>>bs_test_start', EOF, TIMEOUT])
138138
if res == 0:

0 commit comments

Comments
 (0)