Running test suite in kobiton

Hi, I am facing an issue while running a test suite on kobiton.
Test suite simply contains 2 test cases to launch an application and assert.
Though it runs the very 1st testcase present in the suite but shows error while executing the 2nd one.

Error:

Jun 09, 2018 9:03:33 PM org.openqa.selenium.remote.ErrorCodes toStatus

INFO: HTTP Status: ‘404’ → incorrect JSON status mapping for ‘session not created’ (500 expected)

06-09-2018 09:03:33 PM - [END] - End action : startApplication

06-09-2018 09:03:33 PM - [END] - End Test Case : Test Cases/TC01

06-09-2018 09:03:33 PM - [END] - End Test Suite : Test Suites/TS_RegressionTest

06-09-2018 09:03:33 PM - [RUN_DATA] - Logging run data ‘deviceId’ with value ‘null’

06-09-2018 09:03:33 PM - [RUN_DATA] - Logging run data ‘deviceName’ with value ‘Moto G (3rd Gen)’

06-09-2018 09:03:33 PM - [RUN_DATA] - Logging run data ‘deviceModel’ with value ‘null’

06-09-2018 09:03:33 PM - [RUN_DATA] - Logging run data ‘deviceManufacturer’ with value ‘null’

06-09-2018 09:03:33 PM - [RUN_DATA] - Logging run data ‘deviceOS’ with value ‘Android’

06-09-2018 09:03:33 PM - [RUN_DATA] - Logging run data ‘deviceOSVersion’ with value ‘6.0’

06-09-2018 09:03:33 PM - [FAILED] - Unable to start app at: ‘kobiton-store:10458’ (Root cause: org.openqa.selenium.SessionNotCreatedException: No device matching the desired capabilities

Command duration or timeout: 913 milliseconds

Session from the same device is not terminated immediately, so that’s why when you launch the second test case it can’t hook into that device until its session is terminated completely.

I think in this case you need to ‘wait’ for it in while for that session to be terminated completely