
% Testing sleep to see if we can get info for unfinished queries

testit(X, Y, Z, W) :- test1(X, Y, Z), test12(Y, Z, U), test2(U, Z, W).

test12(X, Y, Z) :- test1(X, Y, U), test2(Y, U, Z).
