Skip to content

Commit be459f7

Browse files
committed
revert previous change in testwebread
1 parent 90a6461 commit be459f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/texamples.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,7 @@ function testWebread(testCase)
268268

269269
% start the C++ server
270270
testCase.applyFixture(CppServerFixture(server, testCase));
271-
pause(6); % wait for server to start up. On Mac, 3 seconds is not enough
272-
% and this test often fails. Double the wait time to 6 seconds.
271+
pause(3); % wait for server to start up
273272

274273
% run the example
275274
webread_example();

0 commit comments

Comments
 (0)