Add timeout for Interactive Query
Open
stale
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
Following query failed on Interactive.
```cypher
MATCH (p:Paper)-[:Paper_Has_Experiment]->(e:Experiment),
(p)-[:Paper_Has_Challenge]->(c:Challenge),
(p)-[:Paper_Has_Solution]->(s:Solution),
(p)-[:Paper_Has_Baseline]->(b:Baseline),
(p)-[:Paper_Has_Contribution]->(co:Contribution)
RETURN p.title AS PaperTitle,
e.name AS ExperimentName,
c.name AS ChallengeName,
s.name AS SolutionName,
b.name AS BaselineName,
co.summary AS ContributionSummary
```
Contributor guide
Assessment
This issue has not been assessed yet.