summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maximus/coreengine/src/MaximusTest.cpp2
-rw-r--r--maximus/networkclock/src/NetworkClockProcessorTest.cpp4
-rw-r--r--maximus/stationtest/Config1
3 files changed, 5 insertions, 2 deletions
diff --git a/maximus/coreengine/src/MaximusTest.cpp b/maximus/coreengine/src/MaximusTest.cpp
index 4809c9720d..ae0c16ae6c 100644
--- a/maximus/coreengine/src/MaximusTest.cpp
+++ b/maximus/coreengine/src/MaximusTest.cpp
@@ -278,7 +278,7 @@ void MaximusTest::send_ether_test (void)
// create the destination station
Sta staRx = mpMaximus->create_sta();
- mpMaximus->wait(1);
+ mpMaximus->wait(5);
/* Configure Ether SCI message. */
pEtherSciMsg->setSpecializedSciMsgType(ETHERNET_TYPE_DATA);
diff --git a/maximus/networkclock/src/NetworkClockProcessorTest.cpp b/maximus/networkclock/src/NetworkClockProcessorTest.cpp
index a0bb52004a..36c066cdb5 100644
--- a/maximus/networkclock/src/NetworkClockProcessorTest.cpp
+++ b/maximus/networkclock/src/NetworkClockProcessorTest.cpp
@@ -191,8 +191,10 @@ void NetworkClockProcessorTest::processNextEvtTest (void)
CPPUNIT_ASSERT_MESSAGE ( "processNextEvt failed",
mpNetworkClockProcessor->processNextEvt() );
+ NetworkClockEvt evt1 (stationId, NETWORK_CLOCK_TYPE_STATION, 0);
+
CPPUNIT_ASSERT_MESSAGE ( "insertEvt failed",
- mpNetworkClockProcessor->insertEvt(1, evt) );
+ mpNetworkClockProcessor->insertEvt(1, evt1) );
mpSystemManager->updateStationStatus(stationId, MAXIMUS_STATION_STATUS_IDLE);
diff --git a/maximus/stationtest/Config b/maximus/stationtest/Config
index 7a62a6fa97..20950daa9a 100644
--- a/maximus/stationtest/Config
+++ b/maximus/stationtest/Config
@@ -1 +1,2 @@
CONFIG_DEBUG = y
+CONFIG_DEBUG_FATAL_CATCH = y \ No newline at end of file