Three is enough, it lets you have an active subsession and multiple
inactive subsessions in parallel (not that we even look at them in
a way that this would matter). More than that doesn't really bring
much value and just makes it take more time to run the test.
Change-Id: Ifa2253bb5f637e74452c452500d711d35c0bc8bc
#!/bin/bash
readonly TESTUSER=owner
-readonly TEST_SUBSESSIONS=("TestSuite_sub1" "TestSuite_sub2" "TestSuite_sub3" "TestSuite_sub4" "TestSuite_sub5")
-readonly TEST_SUBSESSIONS_FIXED=("TestSuite_sub6" "TestSuite_sub7" "TestSuite_sub8")
+readonly TEST_SUBSESSIONS=("TestSuite_sub1" "TestSuite_sub2" "TestSuite_sub3")
+readonly TEST_SUBSESSIONS_FIXED=("TestSuite_sub4" "TestSuite_sub5" "TestSuite_sub6")
# Setting it to `true` makes the script more verbose, making debugging easier.
VERBOSE=