Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8873 from EOSIO/feature/fix-spurious-ignition-fai…
Browse files Browse the repository at this point in the history
…lures-again

Fix spurious HTTP related test failure [2.0] (round 3)
  • Loading branch information
b1bart authored Mar 25, 2020
2 parents 94b8b17 + 2679c10 commit 1a3f787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo "FEATURE_DIGESTS: $FEATURE_DIGESTS" >> $logfile

echo "http-server-address = $wdaddr" > $wddir/config.ini

programs/keosd/keosd --config-dir $wddir --data-dir $wddir 2> $wddir/wdlog.txt &
programs/keosd/keosd --config-dir $wddir --data-dir $wddir --http-max-response-time-ms 99999 2> $wddir/wdlog.txt &
echo $$ > ignition_wallet.pid
echo keosd log in $wddir/wdlog.txt >> $logfile
sleep 1
Expand Down

0 comments on commit 1a3f787

Please sign in to comment.