Skip to content

Small changes fixing testing

Andrzej Lisak requested to merge abw_debug_fixes into develop
  • limit on pending transaction execution time eliminated for testnet - it might cause unit tests to behave differently on different hardware/load level, but is especially problematic during debugging
  • exception during fork application is now rethrown directly - previous version made a copy of exception which stripped it down to raw fc::exception class, which means tests could not check for specific exception that they expect

Merge request reports