File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,14 @@ jobs:
8080 das-cli ab start
8181 # Query Agent
8282 das-cli qa start
83+ sleep 5
84+ das-cli logs qa
8385
8486 - name : Run DAS module tests
8587 shell : bash
8688 run : |
8789 source ./dastoolbox/bin/activate
88- timeout 60s ./target/release/metta-repl ./integration_tests/das/test.metta
90+ RUST_LOG=das=debug timeout 60s ./target/release/metta-repl ./integration_tests/das/test.metta
8991
9092 - name : das-toolbox - cleanup services
9193 if : always()
Original file line number Diff line number Diff line change 11!(import! &self das)
22
3- !(bind! &das (new-das! (0.0.0.0 :42000-42499) (0.0.0.0 :40002)))
3+ !(bind! &das (new-das! (localhost :42000-42499) (localhost :40002)))
44
55; Check if pattern_matching service is ready, giving it some seconds for handshaking
66!(das-service-status! pattern_matching_query)
You can’t perform that action at this time.
0 commit comments