We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a6461 commit be459f7Copy full SHA for be459f7
test/texamples.m
@@ -268,8 +268,7 @@ function testWebread(testCase)
268
269
% start the C++ server
270
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.
+ pause(3); % wait for server to start up
273
274
% run the example
275
webread_example();
0 commit comments