Skip to content

Commit ab83c34

Browse files
authored
Test fix (#133)
* dropped geth tests on master build * fixed flaky test
1 parent 1ca2ae2 commit ab83c34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ run-all-tests "ganacheUnitTest"
5959
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]
6060
then
6161
run-simulation-tests "ganacheUnitTest"
62-
run-all-tests "gethUnitTest"
6362
fi
6463

6564
exit 0

test/unit/UFragmentsPolicy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ contract('UFragmentsPolicy:Rebase', async function (accounts) {
436436
await uFragmentsPolicy.setRebaseTimingParameters(60, 0, 60);
437437
await chain.waitForSomeTime(60);
438438
await uFragmentsPolicy.rebase();
439-
await chain.waitForSomeTime(72);
439+
await chain.waitForSomeTime(59);
440440
prevEpoch = await uFragmentsPolicy.epoch.call();
441441
prevTime = await uFragmentsPolicy.lastRebaseTimestampSec.call();
442442
await mockExternalData(INITIAL_RATE_60P_MORE, INITIAL_CPI, 1010);

0 commit comments

Comments
 (0)