Skip to content

Commit e693f1e

Browse files
committed
chore: revert options
1 parent a0c9e69 commit e693f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/googlecode/aviator/SimpleELPerformanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public class SimpleELPerformanceTest extends TestCase {
99
public void test_perf() throws Exception {
1010

11-
AviatorEvaluator.setOption(Options.EVAL_TIMEOUT_MS, 100);
11+
// AviatorEvaluator.setOption(Options.EVAL_TIMEOUT_MS, 100);
1212
for (int i = 0; i < 10; ++i) {
1313
perf();
1414
perfVarAccess();

0 commit comments

Comments
 (0)