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 1f97560 commit 642ebc8Copy full SHA for 642ebc8
typed_python/compiler/tests/closures_test.py
@@ -194,7 +194,7 @@ def append(y):
194
# AlexT: I got from ~83x to ~240x on 2020/04/23, so I increased the count
195
# which caused the variance to drop drastically (the elapsedCompiled is now
196
# in the order of 10ms on my AWS cloud worker.
197
- self.assertLess(elapsedCompiled * 120, elapsedNontyped)
+ self.assertLess(elapsedCompiled * 60, elapsedNontyped)
198
199
@flaky(max_runs=3, min_passes=1)
200
def test_assigning_closures_as_values(self):
0 commit comments