You can come up with many such tests using the comparison test and the following two sequences of series. The following are all divergent:
$$ \frac{1}{n}, \frac{1}{n\log n}, \frac{1}{n\log n\log\log n}, \frac{1}{n\log n\log\log n\log\log\log n}, \cdots $$
The following are all convergent:
$$ \frac{1}{n^2}, \frac{1}{n\log^2 n}, \frac{1}{n\log n(\log\log n)^2}, \frac{1}{n\log n\log\log n(\log\log\log n)^2}, \cdots $$
Unfortunately, there is no perfect convergence test, that is, there is no one series "in the middle", what was called by du Bois-Reymond a Pantachie (a Greek word). In fact, due to classical results by Hausdorff, we know that there are not even optimal sequences of convergence tests; this is known as a Hausdorff gap. In other words, the sequences described above are not enough to determine the status of all possible series, and there is no way to extend them do ones that do.
So far we have been considering arbitrary series. One might ask whether the situation changes when the series are succinctly described. For example, what happens if we restrict our attention to recursive series, that is ones computed by a program? To avoid some technicalities, we can assume that the entries are all negative (whole) powers of two; every series can be rounded to such a series without affecting convergence or divergence. In that case there trivially is an optimal sequence of tests, simply because the recursive series are countable. However, if we require that the sequence of tests be generated by a single program, then again there is no optimal sequence of tests, and this can be proved using the constructions in the unrestricted case.
The next step is to look for more restricted classes of series for which the program is tractable. For example, what happens if we consider logarithmico-exponential series? Unfortunately I don't know the answer.
Coming back to the unrestricted case, we mentioned that there is no optimal sequence of tests. But there could be an optimal well-ordered scale consisting, say, of series diverging ever more slowly, eventually beating all divergent series. Surprisingly, the existence of scales is independent of ZFC. This is related to the so-called Cichoń's diagram.
Summarizing, this innocent question opens up a window into several mathematical areas: set theory, recursion theory, and even analysis.