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 c170a46 commit a400f45Copy full SHA for a400f45
test/test-python-shell.ts
@@ -144,7 +144,7 @@ describe('PythonShell', function () {
144
});
145
146
it('should run multiple scripts and fail with an extended stack trace for each of them', function (done) {
147
- let numberOfTimesToRun = 20;
+ let numberOfTimesToRun = 5;
148
for (let i = 0; i < numberOfTimesToRun; i++) {
149
runSingleErrorScript(end);
150
}
@@ -166,7 +166,7 @@ describe('PythonShell', function () {
166
167
168
it('should run multiple scripts and return output data for each of them', function (done) {
169
170
171
runSingleScript(end);
172
0 commit comments